Build Information
Failed to build FluentSeeder, reference master (87ecd1), with Swift 6.1 for Android on 30 May 2025 06:11:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
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 | }
[122/1030] Compiling InternalCollectionsUtilities _UnsafeBitSet.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 | }
[123/1030] Compiling InternalCollectionsUtilities _SortedCollection.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 | }
[124/1030] Compiling InternalCollectionsUtilities _UniqueCollection.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 | }
[125/1030] Compiling InternalCollectionsUtilities Debugging.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 | }
[126/1030] Compiling InternalCollectionsUtilities 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 | }
[127/1030] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.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 | }
/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 | }
/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 | }
/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 | }
/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 | }
[132/1030] Compiling Runtime MetadataLayoutType.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 | }
[133/1030] Compiling Runtime ProtocolDescriptor.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 | }
[134/1030] Emitting module NIOConcurrencyHelpers
[135/1030] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[141/1031] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[146/1032] Emitting module RealModule
[147/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[148/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[149/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[150/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[151/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[152/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[153/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[154/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[155/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[156/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[157/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[158/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[159/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[160/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[161/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[162/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[163/1033] 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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-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 |
[182/1034] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
[194/1034] Compiling Swiftest URLRequest+.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
[195/1034] Compiling Swiftest UserDefaults+.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
[196/1034] Compiling Swiftest KeyValueReadable.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
[197/1034] Compiling Swiftest PropertyReflectable.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
[198/1034] Compiling Swiftest BoolConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
[199/1034] Compiling Swiftest CGFloatConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
[200/1034] Compiling Swiftest DoubleConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
[201/1034] Compiling Swiftest FloatConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
[202/1034] Compiling Swiftest IntConvertible.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:99:23: error: cannot find type 'NSDataDetector' in scope
97 | public func extractURLs() throws -> [URL] {
98 | var urls: [URL] = []
99 | let detector: NSDataDetector = try NSDataDetector(types: NSTextCheckingResult.CheckingType.link.rawValue)
| `- error: cannot find type 'NSDataDetector' in scope
100 | let text: String = self
101 | //swiftlint:disable:next line_length
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/String/String+URL.swift:104:34: error: value of type 'NSTextCheckingResult' has no member 'url'
102 | detector.enumerateMatches(in: text, options: [], range: NSRange(location: 0, length: text.count), using: { (result: NSTextCheckingResult?, _: NSRegularExpression.MatchingFlags, _: UnsafeMutablePointer<ObjCBool>) -> Void in
103 | if let result = result,
104 | let url = result.url {
| `- error: value of type 'NSTextCheckingResult' has no member 'url'
105 | urls.append(url)
106 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/URL/URLRequest+.swift:13:18: error: cannot find type 'URLRequest' in scope
11 |
12 | // MARK: - Initializers
13 | public extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
14 |
15 | /// Swiftest: Create URLRequest from URL string.
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/Foundation/Extensions/UserDefaults+.swift:51:26: error: cannot find 'value' in scope
49 | /// - Returns: Codable object for key (if exists).
50 | func object<T: Codable>(_ type: T.Type, with key: String, usingDecoder decoder: JSONDecoder = JSONDecoder()) -> T? {
51 | guard let data = value(forKey: key) as? Data else { return nil }
| `- error: cannot find 'value' in scope
52 | return try? decoder.decode(type.self, from: data)
53 | }
[204/1034] Emitting module Logging
[205/1034] Compiling Logging Locks.swift
[206/1077] Compiling RuntimeExtensions EmptyInitializable.swift
[207/1077] Compiling RuntimeExtensions EnumUtils.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[208/1077] Emitting module Fakery
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[209/1077] Compiling Instrumentation NoOpInstrument.swift
[210/1077] Compiling Fakery Gender.swift
[211/1077] Compiling Fakery PhoneNumber.swift
[212/1077] Compiling Fakery ProgrammingLanguage.swift
[213/1077] Compiling Fakery Team.swift
[214/1077] Compiling Fakery Commerce.swift
[215/1077] Compiling Fakery Company.swift
[216/1077] Compiling Fakery Date.swift
[217/1080] Compiling Swiftest RangeConvertible.swift
[218/1080] Compiling Swiftest StringConvertible.swift
[219/1080] Compiling Swiftest Identifiable.swift
[220/1080] Compiling Swiftest DefaultMutable.swift
[221/1080] Compiling Swiftest Defaultable.swift
[222/1080] Compiling Swiftest EmptyInitializable.swift
[223/1080] Compiling Swiftest Mockable.swift
[224/1080] Compiling Swiftest ObjectDisplayable.swift
[225/1080] Compiling Swiftest OptionalProtocol.swift
[226/1080] Compiling Swiftest RangeRandomizable.swift
[227/1080] Compiling Swiftest Then.swift
[228/1080] Compiling Swiftest CALayer+.swift
[229/1080] Compiling Swiftest BinaryFloatingPoint+Rounding.swift
[230/1080] Compiling Swiftest Character+.swift
[231/1080] Compiling Swiftest ClosedRange+Wrapping.swift
[232/1080] Compiling Swiftest Collection+.swift
[233/1080] Compiling Swiftest Collection+Filtering.swift
[234/1080] Compiling Swiftest Collection+Indices.swift
[235/1080] Compiling Swiftest Collection+Lookup.swift
[236/1080] Compiling Swiftest Collection+Matrix.swift
[237/1080] Compiling Swiftest Collection+Partitioning.swift
[238/1080] Compiling Swiftest Collection+ReverseLookup.swift
[239/1080] Compiling Swiftest RangeReplaceableCollection+Affix.swift
[240/1080] Compiling Swiftest RangeReplaceableCollection+Deduplication.swift
[241/1080] Compiling Swiftest RangeReplaceableCollection+Queue.swift
[242/1080] Compiling Swiftest RangeReplaceableCollection+RemovingInstances.swift
[243/1080] Compiling Swiftest RangeReplaceableCollection+Repeat.swift
[244/1080] Compiling Swiftest RangeReplaceableCollection+Rotate.swift
[245/1080] Compiling Swiftest RangeReplaceableCollection+Stack.swift
[246/1080] Compiling Swiftest Comparable+Clamped.swift
[247/1080] Compiling Swiftest Comparable+Optionals.swift
[248/1080] Compiling Swiftest Comparable+Range.swift
[249/1080] Compiling Swiftest Dictionary+.swift
[250/1080] Compiling Swiftest Dictionary+Arithmetic.swift
[251/1080] Compiling Swiftest Dictionary+DynamicLookup.swift
[252/1080] Compiling Swiftest Dictionary+EnumKeyLookup.swift
[253/1080] Compiling Instrumentation MultiplexInstrument.swift
[254/1080] Compiling Instrumentation Locks.swift
[255/1080] Compiling Swiftest SignedInteger+.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[256/1080] Compiling Swiftest SignedNumeric+.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[257/1080] Compiling Swiftest String+.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[258/1080] Compiling Swiftest String+Affix.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[259/1080] Compiling Swiftest String+BooleanTests.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[260/1080] Compiling Swiftest String+Case.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[261/1080] Compiling Swiftest String+Characters.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[262/1080] Compiling Swiftest String+Repeat.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[263/1080] Compiling Swiftest String+SafeLookup.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[264/1080] Compiling Swiftest String+Slicing.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[265/1080] Compiling Swiftest String+Transformations.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[266/1080] Compiling Swiftest String+Truncating.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[267/1080] Compiling Swiftest StringProtocol+LongestCommonSuffix.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[268/1080] Compiling Swiftest KeyPathFilter.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[269/1080] Compiling Swiftest KeyPathBuildable.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[270/1080] Compiling Swiftest KeyPathValueMapOperator.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[271/1080] Compiling Swiftest KeyPathValuePair.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[272/1080] Compiling Swiftest KeyPathValuePairAssignable.swift
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:24: error: cannot pass immutable value as inout argument: literals are not mutable
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: cannot pass immutable value as inout argument: literals are not mutable
114 | #endif
115 | }
/host/spi-builder-workspace/.build/checkouts/Swiftest/Sources/Swiftest/SwiftStdlib/Extensions/String/String+BooleanTests.swift:113:36: error: 'nil' is not compatible with expected argument type 'Decimal'
111 | return scanner.scanDecimal() != nil && scanner.isAtEnd
112 | #else
113 | return scanner.scanDecimal(nil) && scanner.isAtEnd
| `- error: 'nil' is not compatible with expected argument type 'Decimal'
114 | #endif
115 | }
[273/1080] Compiling Fakery Vehicle.swift
[274/1080] Compiling Fakery Zelda.swift
[275/1080] Compiling Fakery resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
6 | }
7 | #else
8 | import CoreLocation
| `- error: no such module 'CoreLocation'
9 | public typealias Location = CLLocationCoordinate2D
10 | #endif
[280/1080] Compiling Logging LogHandler.swift
[281/1080] Compiling Logging Logging.swift
[282/1080] Compiling RuntimeExtensions PropertyInfo++.swift
[283/1080] Compiling Instrumentation Instrument.swift
BUILD FAILURE 6.1 android