The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Scout, reference master (2cd10a), with Swift 6.1 for macOS (SPM) on 19 Oct 2025 15:34:19 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

21 |         // MARK: Properties
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[227/298] Compiling Scout Bounds+IntWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:18:27: warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
16 |         // MARK: Constants
17 |
18 |         public static let first = Bound(0, identifier: "first")
   |                           |- warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'first' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         public static let last = Bound(-1, identifier: "last")
20 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:19:27: warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
17 |
18 |         public static let first = Bound(0, identifier: "first")
19 |         public static let last = Bound(-1, identifier: "last")
   |                           |- warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'last' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |         // MARK: Properties
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[228/298] Compiling Scout Bounds.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:18:27: warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
16 |         // MARK: Constants
17 |
18 |         public static let first = Bound(0, identifier: "first")
   |                           |- warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'first' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         public static let last = Bound(-1, identifier: "last")
20 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:19:27: warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
17 |
18 |         public static let first = Bound(0, identifier: "first")
19 |         public static let last = Bound(-1, identifier: "last")
   |                           |- warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'last' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |         // MARK: Properties
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[229/298] Compiling Scout Path+Flattening.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:18:27: warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
16 |         // MARK: Constants
17 |
18 |         public static let first = Bound(0, identifier: "first")
   |                           |- warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'first' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         public static let last = Bound(-1, identifier: "last")
20 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:19:27: warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
17 |
18 |         public static let first = Bound(0, identifier: "first")
19 |         public static let last = Bound(-1, identifier: "last")
   |                           |- warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'last' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |         // MARK: Properties
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[230/298] Compiling Scout Path+Miscellaneous.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:18:27: warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
16 |         // MARK: Constants
17 |
18 |         public static let first = Bound(0, identifier: "first")
   |                           |- warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'first' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         public static let last = Bound(-1, identifier: "last")
20 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:19:27: warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
17 |
18 |         public static let first = Bound(0, identifier: "first")
19 |         public static let last = Bound(-1, identifier: "last")
   |                           |- warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'last' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |         // MARK: Properties
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[231/298] Compiling Scout Path+StringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:18:27: warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
16 |         // MARK: Constants
17 |
18 |         public static let first = Bound(0, identifier: "first")
   |                           |- warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'first' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         public static let last = Bound(-1, identifier: "last")
20 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:19:27: warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
17 |
18 |         public static let first = Bound(0, identifier: "first")
19 |         public static let last = Bound(-1, identifier: "last")
   |                           |- warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'last' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |         // MARK: Properties
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[232/298] Compiling Scout Path.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:18:27: warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
16 |         // MARK: Constants
17 |
18 |         public static let first = Bound(0, identifier: "first")
   |                           |- warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'first' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         public static let last = Bound(-1, identifier: "last")
20 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:19:27: warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
17 |
18 |         public static let first = Bound(0, identifier: "first")
19 |         public static let last = Bound(-1, identifier: "last")
   |                           |- warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'last' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |         // MARK: Properties
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[233/298] Compiling Scout PathElement+Convenience.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:18:27: warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
16 |         // MARK: Constants
17 |
18 |         public static let first = Bound(0, identifier: "first")
   |                           |- warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'first' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         public static let last = Bound(-1, identifier: "last")
20 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:19:27: warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
17 |
18 |         public static let first = Bound(0, identifier: "first")
19 |         public static let last = Bound(-1, identifier: "last")
   |                           |- warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'last' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |         // MARK: Properties
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[234/298] Compiling Scout PathElement.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:18:27: warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
16 |         // MARK: Constants
17 |
18 |         public static let first = Bound(0, identifier: "first")
   |                           |- warning: static property 'first' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'first' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         public static let last = Bound(-1, identifier: "last")
20 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Bounds+Bound.swift:19:27: warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
 8 | public extension Bounds {
 9 |
10 |     struct Bound: ExpressibleByIntegerLiteral, Hashable {
   |            `- note: consider making struct 'Bound' conform to the 'Sendable' protocol
11 |
12 |         // MARK: Type alias
   :
17 |
18 |         public static let first = Bound(0, identifier: "first")
19 |         public static let last = Bound(-1, identifier: "last")
   |                           |- warning: static property 'last' is not concurrency-safe because non-'Sendable' type 'Bounds.Bound' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: add '@MainActor' to make static property 'last' part of global actor 'MainActor'
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |         // MARK: Properties
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Error/ExplorerError.swift:15:29: warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 13 |     // MARK: Properties
 14 |
 15 |     public private(set) var path: Path
    |                             `- warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 16 |     let description: String
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
  9 |
 10 | /// Collection of ``PathElement``s to subscript a `PathExplorer`
 11 | public struct Path: Hashable {
    |               `- note: consider making struct 'Path' conform to the 'Sendable' protocol
 12 |
 13 |     // MARK: Constants
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Error/ExplorerError.swift:15:29: warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 13 |     // MARK: Properties
 14 |
 15 |     public private(set) var path: Path
    |                             `- warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 16 |     let description: String
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
  9 |
 10 | /// Collection of ``PathElement``s to subscript a `PathExplorer`
 11 | public struct Path: Hashable {
    |               `- note: consider making struct 'Path' conform to the 'Sendable' protocol
 12 |
 13 |     // MARK: Constants
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Error/ExplorerError.swift:15:29: warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 13 |     // MARK: Properties
 14 |
 15 |     public private(set) var path: Path
    |                             `- warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 16 |     let description: String
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
  9 |
 10 | /// Collection of ``PathElement``s to subscript a `PathExplorer`
 11 | public struct Path: Hashable {
    |               `- note: consider making struct 'Path' conform to the 'Sendable' protocol
 12 |
 13 |     // MARK: Constants
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Error/ExplorerError.swift:15:29: warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 13 |     // MARK: Properties
 14 |
 15 |     public private(set) var path: Path
    |                             `- warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 16 |     let description: String
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
  9 |
 10 | /// Collection of ``PathElement``s to subscript a `PathExplorer`
 11 | public struct Path: Hashable {
    |               `- note: consider making struct 'Path' conform to the 'Sendable' protocol
 12 |
 13 |     // MARK: Constants
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Error/ExplorerError.swift:15:29: warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 13 |     // MARK: Properties
 14 |
 15 |     public private(set) var path: Path
    |                             `- warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 16 |     let description: String
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
  9 |
 10 | /// Collection of ``PathElement``s to subscript a `PathExplorer`
 11 | public struct Path: Hashable {
    |               `- note: consider making struct 'Path' conform to the 'Sendable' protocol
 12 |
 13 |     // MARK: Constants
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Error/ExplorerError.swift:15:29: warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 13 |     // MARK: Properties
 14 |
 15 |     public private(set) var path: Path
    |                             `- warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 16 |     let description: String
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
  9 |
 10 | /// Collection of ``PathElement``s to subscript a `PathExplorer`
 11 | public struct Path: Hashable {
    |               `- note: consider making struct 'Path' conform to the 'Sendable' protocol
 12 |
 13 |     // MARK: Constants
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Error/ExplorerError.swift:15:29: warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 13 |     // MARK: Properties
 14 |
 15 |     public private(set) var path: Path
    |                             `- warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 16 |     let description: String
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
  9 |
 10 | /// Collection of ``PathElement``s to subscript a `PathExplorer`
 11 | public struct Path: Hashable {
    |               `- note: consider making struct 'Path' conform to the 'Sendable' protocol
 12 |
 13 |     // MARK: Constants
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Error/ExplorerError.swift:15:29: warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 13 |     // MARK: Properties
 14 |
 15 |     public private(set) var path: Path
    |                             `- warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 16 |     let description: String
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
  9 |
 10 | /// Collection of ``PathElement``s to subscript a `PathExplorer`
 11 | public struct Path: Hashable {
    |               `- note: consider making struct 'Path' conform to the 'Sendable' protocol
 12 |
 13 |     // MARK: Constants
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Error/ExplorerError.swift:15:29: warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 13 |     // MARK: Properties
 14 |
 15 |     public private(set) var path: Path
    |                             `- warning: stored property 'path' of 'Sendable'-conforming struct 'ExplorerError' has non-sendable type 'Path'; this is an error in the Swift 6 language mode
 16 |     let description: String
 17 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path.swift:11:15: note: consider making struct 'Path' conform to the 'Sendable' protocol
  9 |
 10 | /// Collection of ``PathElement``s to subscript a `PathExplorer`
 11 | public struct Path: Hashable {
    |               `- note: consider making struct 'Path' conform to the 'Sendable' protocol
 12 |
 13 |     // MARK: Constants
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:24:28: warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            `- warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:6:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 4 | // MIT license, see LICENSE file for details
 5 |
 6 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 7 | import Foundation
 8 |
   :
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            |- note: add '@MainActor' to make static property 'encoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:25:28: warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |         private static let encoder = YAMLEncoder()
25 |         private static let decoder = YAMLDecoder()
   |                            |- warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'decoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 |         // MARK: Encode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Creates a `YAMLDecoder` instance.
 15 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:24:28: warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            `- warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:6:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 4 | // MIT license, see LICENSE file for details
 5 |
 6 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 7 | import Foundation
 8 |
   :
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            |- note: add '@MainActor' to make static property 'encoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:25:28: warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |         private static let encoder = YAMLEncoder()
25 |         private static let decoder = YAMLDecoder()
   |                            |- warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'decoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 |         // MARK: Encode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Creates a `YAMLDecoder` instance.
 15 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:24:28: warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            `- warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:6:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 4 | // MIT license, see LICENSE file for details
 5 |
 6 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 7 | import Foundation
 8 |
   :
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            |- note: add '@MainActor' to make static property 'encoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:25:28: warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |         private static let encoder = YAMLEncoder()
25 |         private static let decoder = YAMLDecoder()
   |                            |- warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'decoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 |         // MARK: Encode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Creates a `YAMLDecoder` instance.
 15 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:24:28: warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            `- warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:6:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 4 | // MIT license, see LICENSE file for details
 5 |
 6 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 7 | import Foundation
 8 |
   :
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            |- note: add '@MainActor' to make static property 'encoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:25:28: warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |         private static let encoder = YAMLEncoder()
25 |         private static let decoder = YAMLDecoder()
   |                            |- warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'decoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 |         // MARK: Encode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Creates a `YAMLDecoder` instance.
 15 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:24:28: warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            `- warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:6:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 4 | // MIT license, see LICENSE file for details
 5 |
 6 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 7 | import Foundation
 8 |
   :
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            |- note: add '@MainActor' to make static property 'encoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:25:28: warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |         private static let encoder = YAMLEncoder()
25 |         private static let decoder = YAMLDecoder()
   |                            |- warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'decoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 |         // MARK: Encode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Creates a `YAMLDecoder` instance.
 15 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:24:28: warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            `- warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:6:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 4 | // MIT license, see LICENSE file for details
 5 |
 6 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 7 | import Foundation
 8 |
   :
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            |- note: add '@MainActor' to make static property 'encoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:25:28: warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |         private static let encoder = YAMLEncoder()
25 |         private static let decoder = YAMLDecoder()
   |                            |- warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'decoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 |         // MARK: Encode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Creates a `YAMLDecoder` instance.
 15 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:24:28: warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            `- warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:6:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 4 | // MIT license, see LICENSE file for details
 5 |
 6 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 7 | import Foundation
 8 |
   :
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            |- note: add '@MainActor' to make static property 'encoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:25:28: warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |         private static let encoder = YAMLEncoder()
25 |         private static let decoder = YAMLDecoder()
   |                            |- warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'decoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 |         // MARK: Encode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Creates a `YAMLDecoder` instance.
 15 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:24:28: warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            `- warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:6:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 4 | // MIT license, see LICENSE file for details
 5 |
 6 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 7 | import Foundation
 8 |
   :
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            |- note: add '@MainActor' to make static property 'encoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:25:28: warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |         private static let encoder = YAMLEncoder()
25 |         private static let decoder = YAMLDecoder()
   |                            |- warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'decoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 |         // MARK: Encode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Creates a `YAMLDecoder` instance.
 15 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:24:28: warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            `- warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:6:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 4 | // MIT license, see LICENSE file for details
 5 |
 6 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 7 | import Foundation
 8 |
   :
22 |         }
23 |
24 |         private static let encoder = YAMLEncoder()
   |                            |- note: add '@MainActor' to make static property 'encoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |         private static let decoder = YAMLDecoder()
26 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValueSerialization/ExplorerValueConvertible+Codable/CodableFormat/CodableFormats+YamlDefault.swift:25:28: warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |         private static let encoder = YAMLEncoder()
25 |         private static let decoder = YAMLDecoder()
   |                            |- warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: add '@MainActor' to make static property 'decoder' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 |         // MARK: Encode
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Creates a `YAMLDecoder` instance.
 15 |     ///
[287/298] Compiling Scout PathExplorer.swift
[288/298] Compiling Scout PathExplorers.swift
[289/298] Compiling Scout SerializablePathExplorer.swift
[290/298] Compiling Scout Path+Parsing.swift
[291/298] Compiling Scout PathsFilter+ExpressionPredicate.swift
[292/298] Compiling Scout PathsFilter+FunctionPredicate.swift
[293/298] Compiling Scout PathsFilter.swift
[294/298] Compiling Scout ValuePredicate.swift
[295/298] Compiling Scout ValueTarget.swift
Fetching https://github.com/ABridoux/BooleanExpressionEvaluation
Fetching https://github.com/ABridoux/lux
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/swiftcsv/SwiftCSV
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser from cache
[6/541] Fetching booleanexpressionevaluation
[12/2082] Fetching booleanexpressionevaluation, lux
[207/4215] Fetching booleanexpressionevaluation, lux, swift-docc-plugin
[271/5995] Fetching booleanexpressionevaluation, lux, swift-docc-plugin, swiftcsv
[635/8122] Fetching booleanexpressionevaluation, lux, swift-docc-plugin, swiftcsv, aexml
Fetched https://github.com/apple/swift-docc-plugin from cache (1.17s)
[4633/5989] Fetching booleanexpressionevaluation, lux, swiftcsv, aexml
Fetched https://github.com/swiftcsv/SwiftCSV from cache (1.21s)
Fetched https://github.com/tadija/AEXML.git from cache (1.21s)
[1158/2082] Fetching booleanexpressionevaluation, lux
Fetched https://github.com/jpsim/Yams.git from cache (1.22s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.23s)
Fetched https://github.com/ABridoux/lux from cache (1.32s)
Fetched https://github.com/ABridoux/BooleanExpressionEvaluation from cache (1.32s)
Computing version for https://github.com/ABridoux/BooleanExpressionEvaluation
Computed https://github.com/ABridoux/BooleanExpressionEvaluation at 2.0.1 (1.95s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.47s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.58s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.87s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.53s)
Computing version for https://github.com/swiftcsv/SwiftCSV
Computed https://github.com/swiftcsv/SwiftCSV at 0.10.0 (0.57s)
Computing version for https://github.com/ABridoux/lux
Computed https://github.com/ABridoux/lux at 0.5.0 (0.62s)
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/JohnSundell/Splash
[1/2173] Fetching splash
[175/6807] Fetching splash, swiftsoup
Fetched https://github.com/JohnSundell/Splash from cache (1.19s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.19s)
Computing version for https://github.com/JohnSundell/Splash
Computed https://github.com/JohnSundell/Splash at 0.16.0 (1.80s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 1.7.5 (2.42s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.59s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/ABridoux/BooleanExpressionEvaluation
Working copy of https://github.com/ABridoux/BooleanExpressionEvaluation resolved at 2.0.1
Creating working copy for https://github.com/swiftcsv/SwiftCSV
Working copy of https://github.com/swiftcsv/SwiftCSV resolved at 0.10.0
Creating working copy for https://github.com/ABridoux/lux
Working copy of https://github.com/ABridoux/lux resolved at 0.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 1.7.5
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/JohnSundell/Splash
Working copy of https://github.com/JohnSundell/Splash resolved at 0.16.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write swift-version-2F0A5646E1D333AE.txt
[4/137] Compiling BooleanExpressionEvaluation Optional+Extensions.swift
[5/138] Emitting module AEXML
[6/138] Compiling AEXML Error.swift
[7/138] Emitting module SwiftCSV
[8/139] Compiling AEXML Builders.swift
[9/139] Compiling SwiftCSV CSV.swift
[10/139] Compiling SwiftCSV CSV+DelimiterGuessing.swift
[11/139] Compiling SwiftCSV ParsingState.swift
[12/139] Compiling SwiftCSV NamedCSVView.swift
[13/139] Compiling SwiftCSV Parser.swift
[14/139] Compiling SwiftCSV CSVDelimiter.swift
[15/139] Compiling SwiftCSV EnumeratedCSVView.swift
[16/139] Compiling SwiftCSV Serializer.swift
[17/139] Compiling SwiftCSV String+Lines.swift
[18/139] Compiling AEXML Options.swift
[19/139] Compiling AEXML Parser.swift
[20/139] Compiling Parsing Parser+Operators.swift
[21/139] Compiling Parsing Parser.swift
[22/139] Compiling Parsing Parser+Types.swift
[23/139] Compiling Parsing Character+Extensions.swift
[24/139] Emitting module Parsing
[25/139] Compiling BooleanExpressionEvaluation OperatorProtocol.swift
[26/139] Compiling Yams Tag.swift
[27/140] Compiling Yams String+Yams.swift
[28/140] Compiling SwiftSoup Connection.swift
[29/140] Compiling SwiftSoup DataNode.swift
[30/140] Compiling BooleanExpressionEvaluation Array+Extensions.swift
[31/140] Compiling BooleanExpressionEvaluation NSRegularExpression+Extensions.swift
[32/140] Compiling SwiftSoup Cleaner.swift
[33/140] Compiling SwiftSoup Collector.swift
[34/140] Compiling SwiftSoup CombiningEvaluator.swift
[35/140] Compiling SwiftSoup Comment.swift
[38/142] Compiling SwiftSoup HtmlTreeBuilder.swift
[39/142] Compiling SwiftSoup HtmlTreeBuilderState.swift
[40/142] Compiling SwiftSoup HttpStatusException.swift
[41/142] Emitting module Splash
[42/142] Compiling AEXML Document.swift
[43/142] Compiling AEXML Element.swift
[44/142] Compiling SwiftSoup TreeBuilder.swift
[45/142] Compiling SwiftSoup ArrayExt.swift
[46/142] Emitting module ArgumentParserToolInfo
[47/142] Compiling ArgumentParserToolInfo ToolInfo.swift
[48/142] Compiling BooleanExpressionEvaluation String+Extensions.swift
[49/142] Compiling SwiftCSV resource_bundle_accessor.swift
[50/142] Compiling Yams Resolver.swift
[53/142] Compiling SwiftSoup Tokeniser.swift
[54/142] Compiling SwiftSoup TokeniserState.swift
[55/142] Compiling SwiftSoup Token.swift
[56/142] Compiling SwiftSoup TokenQueue.swift
[57/142] Emitting module BooleanExpressionEvaluation
[60/142] Compiling SwiftSoup Evaluator.swift
[61/142] Compiling SwiftSoup Exception.swift
[62/142] Compiling SwiftSoup FormElement.swift
[63/143] Compiling SwiftSoup DataUtil.swift
[64/143] Compiling SwiftSoup Document.swift
[65/143] Compiling SwiftSoup DocumentType.swift
[66/143] Compiling SwiftSoup Element.swift
[67/173] Compiling Yams Representer.swift
[68/177] Compiling ArgumentParser Argument.swift
[69/177] Compiling ArgumentParser ArgumentHelp.swift
[70/177] Compiling Yams YamlError.swift
[71/177] Compiling SwiftSoup StringUtil.swift
[72/177] Compiling SwiftSoup StructuralEvaluator.swift
[73/177] Compiling SwiftSoup SwiftSoup.swift
[74/177] Compiling SwiftSoup Tag.swift
[75/177] Compiling SwiftSoup TextNode.swift
[76/182] Compiling ArgumentParser UsageGenerator.swift
[77/182] Compiling ArgumentParser CollectionExtensions.swift
[78/182] Compiling ArgumentParser ArgumentSet.swift
[79/182] Compiling ArgumentParser CompletionKind.swift
[80/182] Compiling ArgumentParser Errors.swift
[81/182] Compiling ArgumentParser MessageInfo.swift
[82/182] Compiling ArgumentParser ExpressibleByArgument.swift
[83/182] Compiling ArgumentParser ParsableArguments.swift
[88/182] Compiling ArgumentParser FishCompletionsGenerator.swift
[89/182] Compiling ArgumentParser ZshCompletionsGenerator.swift
[90/182] Compiling SwiftSoup SerializationException.swift
[91/182] Compiling SwiftSoup SimpleDictionary.swift
[92/182] Compiling SwiftSoup StreamReader.swift
[93/182] Compiling SwiftSoup String.swift
[94/182] Compiling SwiftSoup StringBuilder.swift
[95/182] Compiling ArgumentParser ArgumentDefinition.swift
[96/182] Compiling ArgumentParser Parsed.swift
[97/182] Compiling ArgumentParser ParsedValues.swift
[98/182] Compiling ArgumentParser ParserError.swift
[99/182] Compiling ArgumentParser SplitArguments.swift
[100/182] Compiling SwiftSoup Selector.swift
[101/182] Compiling SwiftSoup Node.swift
[102/182] Compiling SwiftSoup NodeTraversor.swift
[103/182] Compiling SwiftSoup NodeVisitor.swift
[104/182] Compiling SwiftSoup OrderedDictionary.swift
[105/182] Compiling SwiftSoup OrderedSet.swift
[106/182] Compiling SwiftSoup ParseError.swift
[111/185] Emitting module Yams
[112/185] Compiling ArgumentParser BashCompletionsGenerator.swift
[113/185] Compiling ArgumentParser CompletionsGenerator.swift
[114/185] Emitting module ArgumentParser
[115/185] Compiling ArgumentParser Flag.swift
[116/185] Compiling ArgumentParser NameSpecification.swift
[117/185] Compiling ArgumentParser Option.swift
[118/185] Compiling ArgumentParser OptionGroup.swift
[119/185] Compiling ArgumentParser CommandConfiguration.swift
[120/185] Compiling ArgumentParser EnumerableFlag.swift
[123/185] Compiling ArgumentParser ParsableArgumentsValidation.swift
[124/185] Compiling ArgumentParser ParsableCommand.swift
[125/185] Compiling ArgumentParser ArgumentDecoder.swift
[126/185] Emitting module SwiftSoup
[131/185] Compiling SwiftSoup UnicodeScalar.swift
[132/185] Compiling SwiftSoup Validate.swift
[133/185] Compiling SwiftSoup Whitelist.swift
[134/185] Compiling SwiftSoup XmlDeclaration.swift
[135/185] Compiling SwiftSoup XmlTreeBuilder.swift
[136/185] Compiling ArgumentParser SequenceExtensions.swift
[137/185] Compiling ArgumentParser StringExtensions.swift
[138/185] Compiling ArgumentParser Tree.swift
[139/268] Compiling Scout Bounds.swift
[140/268] Compiling Scout Path+Flattening.swift
[141/268] Compiling Scout Path+Miscellaneous.swift
[142/268] Compiling Scout Path+StringConvertible.swift
[143/268] Compiling Scout ExplorerValue.swift
[144/268] Compiling Scout ExplorerXML+CSVImport.swift
[145/268] Compiling Scout ExplorerXML+Delete.swift
[146/268] Compiling Scout ExplorerXML+ExplorerValue.swift
[147/268] Compiling Scout ExplorerXML+Fold.swift
[148/268] Compiling Scout ExplorerXML+Get.swift
[149/268] Compiling Scout ExplorerXML+PathsListing.swift
[150/268] Compiling Scout ExplorerXML+Serialization.swift
[151/268] Compiling Scout ExplorerXML+Set.swift
[152/268] Compiling Scout ExplorerXML+SingleChildStrategy.swift
[153/268] Compiling Scout Bounds+Bound.swift
[154/268] Compiling Scout Bounds+IntWrapper.swift
[155/268] Compiling Scout ExplorerValue+Set.swift
[156/268] Compiling Scout ExplorerValue+CSVExport.swift
[157/268] Compiling Scout ExplorerValue+CSVImport.swift
[158/268] Compiling Scout ScoutVersion.swift
[159/268] Compiling Scout ExplorerValue+Add.swift
[160/268] Compiling Scout ExplorerValue+Delete.swift
[161/268] Compiling Scout ExplorerValue+Get.swift
[162/268] Compiling Scout CodableFormats+JsonDateIso8601.swift
[163/268] Compiling Scout DataFormat.swift
[164/268] Compiling Scout Folding.swift
[165/268] Compiling Scout ExplorerValue+Codable.swift
[166/268] Compiling Scout ExplorerValue+Convenience.swift
[167/268] Compiling Scout ExplorerValue+CustomStringConvertible.swift
[168/268] Compiling Scout ExplorerValue+ExpressibleBy.swift
[169/268] Compiling Scout ExplorerValue+Folded.swift
[170/268] Compiling Scout ExplorerValue+Helpers.swift
[171/268] Compiling Scout ExplorerValue+PathsListing.swift
[172/268] Compiling Scout CodableFormat.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[183/268] Emitting module Scout
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerValue {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:30:54: error: reference to generic type 'CSV' requires arguments in <...>
28 |     }
29 |
30 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerValue {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
31 |         let rootTree = Tree.root()
32 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerXML {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:43:54: error: reference to generic type 'CSV' requires arguments in <...>
41 |     }
42 |
43 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerXML {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
44 |         let rootTree = Tree.root(name: "element")
45 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[184/314] Compiling Lux DataFormat.swift
[185/314] Compiling Lux Version.swift
[186/314] Compiling Lux Bool+KeyPath.swift
[187/314] Compiling Lux NSRegularExpression+Extensions.swift
[188/314] Compiling Lux String+Extensions.swift
[189/314] Compiling Lux StringProtocol+Extensions.swift
[190/314] Compiling Lux AttributedInjector.swift
[191/314] Compiling Lux BaseInjector.swift
[192/314] Compiling Lux YAMLInjector.swift
[193/324] Compiling Lux SwiftCategory.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerXML {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:43:54: error: reference to generic type 'CSV' requires arguments in <...>
41 |     }
42 |
43 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerXML {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
44 |         let rootTree = Tree.root(name: "element")
45 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
[194/325] Compiling Lux SwiftDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerXML {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:43:54: error: reference to generic type 'CSV' requires arguments in <...>
41 |     }
42 |
43 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerXML {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
44 |         let rootTree = Tree.root(name: "element")
45 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
[195/325] Compiling Lux SwiftInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerXML {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:43:54: error: reference to generic type 'CSV' requires arguments in <...>
41 |     }
42 |
43 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerXML {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
44 |         let rootTree = Tree.root(name: "element")
45 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
[196/325] Compiling Lux TerminalOutputFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerXML {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:43:54: error: reference to generic type 'CSV' requires arguments in <...>
41 |     }
42 |
43 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerXML {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
44 |         let rootTree = Tree.root(name: "element")
45 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
[197/325] Compiling Lux TokenType+SwiftCategory.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerXML {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:43:54: error: reference to generic type 'CSV' requires arguments in <...>
41 |     }
42 |
43 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerXML {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
44 |         let rootTree = Tree.root(name: "element")
45 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
[198/325] Compiling Lux FileInjectionService.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerXML {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:43:54: error: reference to generic type 'CSV' requires arguments in <...>
41 |     }
42 |
43 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerXML {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
44 |         let rootTree = Tree.root(name: "element")
45 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
[199/326] Compiling Lux InjectionService.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerXML {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:43:54: error: reference to generic type 'CSV' requires arguments in <...>
41 |     }
42 |
43 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerXML {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
44 |         let rootTree = Tree.root(name: "element")
45 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
[200/326] Compiling Lux InjectorDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerXML {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:43:54: error: reference to generic type 'CSV' requires arguments in <...>
41 |     }
42 |
43 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerXML {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
44 |         let rootTree = Tree.root(name: "element")
45 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
[201/326] Compiling Lux TextInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerXML {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:43:54: error: reference to generic type 'CSV' requires arguments in <...>
41 |     }
42 |
43 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerXML {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
44 |         let rootTree = Tree.root(name: "element")
45 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerXML/ExplorerXML+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     public static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerXML {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
58 |     }
59 |
60 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerXML {
   |                         `- note: 'from(row:with:rootTree:)' declared here
61 |         keysTrees.forEach { (key, tree) in
62 |             if let value = row[key] {
[202/332] Compiling Lux ZshCategory.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerValue {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:30:54: error: reference to generic type 'CSV' requires arguments in <...>
28 |     }
29 |
30 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerValue {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
31 |         let rootTree = Tree.root()
32 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:20: error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                    |- error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
   |                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
   |                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
[203/332] Compiling Lux ZshDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerValue {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:30:54: error: reference to generic type 'CSV' requires arguments in <...>
28 |     }
29 |
30 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerValue {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
31 |         let rootTree = Tree.root()
32 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:20: error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                    |- error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
   |                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
   |                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
[204/332] Compiling Lux ZshInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerValue {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:30:54: error: reference to generic type 'CSV' requires arguments in <...>
28 |     }
29 |
30 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerValue {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
31 |         let rootTree = Tree.root()
32 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:20: error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                    |- error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
   |                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
   |                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
[205/332] Compiling Lux Appendable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerValue {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:30:54: error: reference to generic type 'CSV' requires arguments in <...>
28 |     }
29 |
30 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerValue {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
31 |         let rootTree = Tree.root()
32 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:20: error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                    |- error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
   |                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
   |                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
[206/332] Compiling Lux AttributedString.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerValue {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:30:54: error: reference to generic type 'CSV' requires arguments in <...>
28 |     }
29 |
30 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerValue {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
31 |         let rootTree = Tree.root()
32 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:20: error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                    |- error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
   |                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
   |                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
[207/332] Compiling Lux CSSClass.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerValue {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:30:54: error: reference to generic type 'CSV' requires arguments in <...>
28 |     }
29 |
30 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerValue {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
31 |         let rootTree = Tree.root()
32 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:20: error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                    |- error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
   |                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
   |                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
[208/332] Compiling Lux Category.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerValue {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:30:54: error: reference to generic type 'CSV' requires arguments in <...>
28 |     }
29 |
30 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerValue {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
31 |         let rootTree = Tree.root()
32 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:20: error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                    |- error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
   |                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
   |                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
[209/332] Compiling Lux PlistDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerValue {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:30:54: error: reference to generic type 'CSV' requires arguments in <...>
28 |     }
29 |
30 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerValue {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
31 |         let rootTree = Tree.root()
32 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:20: error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                    |- error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
   |                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
   |                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
[210/332] Compiling Lux PlistInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerValue {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:30:54: error: reference to generic type 'CSV' requires arguments in <...>
28 |     }
29 |
30 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerValue {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
31 |         let rootTree = Tree.root()
32 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:20: error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                    |- error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
   |                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
   |                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
[211/333] Compiling Lux HTMLCustomCSSOutputFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:20:35: error: reference to generic type 'CSV' requires arguments in <...>
18 |     }
19 |
20 |     private static func from(csv: CSV, headers: Bool) throws -> ExplorerValue {
   |                                   `- error: reference to generic type 'CSV' requires arguments in <...>
21 |         if headers {
22 |             return try fromArrayOfDictionaries(csv: csv)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:30:54: error: reference to generic type 'CSV' requires arguments in <...>
28 |     }
29 |
30 |     private static func fromArrayOfDictionaries(csv: CSV) throws -> ExplorerValue {
   |                                                      `- error: reference to generic type 'CSV' requires arguments in <...>
31 |         let rootTree = Tree.root()
32 |         let headers = try csv.header
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV.swift:66:12: note: generic type 'CSV' declared here
 64 | /// For convenience, there's `EnumeratedCSV` to access fields in rows by their column index,
 65 | /// and `NamedCSV` to access fields by their column names as defined in a header row.
 66 | open class CSV<DataView : CSVView>  {
    |            `- note: generic type 'CSV' declared here
 67 |
 68 |     public let header: [String]
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:23: error: generic parameter 'DataView' could not be inferred
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                       |- error: generic parameter 'DataView' could not be inferred
   |                       `- note: explicitly specify the generic arguments to fix this issue
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:16:54: error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
14 |
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
   |                                                      `- error: cannot convert value of type 'Character' to expected argument type 'CSVDelimiter'
17 |         return try from(csv: csv, headers: hasHeaders)
18 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:20: error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                    |- error: value of optional type 'ExplorerValue?' must be unwrapped to a value of type 'ExplorerValue'
   |                    |- note: coalesce using '??' to provide a default when the optional value contains 'nil'
   |                    `- note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
18 |     }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: extra arguments at positions #1, #2 in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: extra arguments at positions #1, #2 in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
/Users/admin/builder/spi-builder-workspace/Sources/Scout/ExplorerValue/CSV/ExplorerValue+CSVImport.swift:17:24: error: missing arguments for parameters 'row', 'with', 'rootTree' in call
15 |     static func fromCSV(string: String, separator: Character, hasHeaders: Bool) throws -> ExplorerValue {
16 |         let csv = try CSV(string: string, delimiter: separator, loadColumns: hasHeaders)
17 |         return try from(csv: csv, headers: hasHeaders)
   |                        `- error: missing arguments for parameters 'row', 'with', 'rootTree' in call
18 |     }
19 |
   :
42 |     }
43 |
44 |     private static func from(row: [String: String], with keysTrees: [(key: String, path: Tree)], rootTree: Tree) throws -> ExplorerValue? {
   |                         `- note: 'from(row:with:rootTree:)' declared here
45 |         keysTrees.forEach { (key, tree) in
46 |             if let value = row[key] {
[212/346] Compiling Lux JSONXcodeDarkDelegate.swift
[213/346] Compiling Lux PlistXcodeDarkDelegate.swift
[214/346] Compiling Lux SwiftXcodeDarkDelegate.swift
[215/346] Compiling Lux XMLEnhancedXcodeDarkDelegate.swift
[216/346] Compiling Scout Slice+Etensions.swift
[217/346] Compiling Scout String+Extension.swift
[218/346] Compiling Scout String+Jaro-Winkler.swift
[219/346] Compiling Scout ExplorerError.swift
[220/346] Compiling Scout PathError.swift
[221/346] Compiling Lux InjectionType.swift
[222/346] Compiling Lux InjectorType.swift
[223/346] Compiling Lux RegexPattern.swift
[224/346] Compiling Lux TerminalModifier.swift
[225/346] Compiling Lux TextType.swift
[226/346] Compiling Lux ColorTheme.swift
[227/346] Compiling Lux YAMLDracula.swift
[228/346] Compiling Lux ZshDracula.swift
[229/346] Compiling Lux ThemeInjectorDelegate.swift
[230/346] Compiling Lux XMLEnhancedCategory.swift
[231/346] Compiling Lux XMLEnhancedDelegate.swift
[232/346] Compiling Lux XMLEnhancedInjector.swift
[233/346] Compiling Lux XMLCategory.swift
[234/346] Compiling Lux XMLDelegate.swift
[235/346] Compiling Lux XMLInjector.swift
[236/346] Compiling Lux YAMLCategory.swift
[237/346] Compiling Lux YAMLDelegate.swift
[238/346] Compiling Lux Color.swift
[239/346] Compiling Scout CodableFormats+JsonDefault.swift
[240/346] Compiling Scout CodableFormats+Namespace.swift
[241/346] Compiling Scout CodableFormats+PlistDefault.swift
[242/346] Compiling Scout CodableFormats+YamlDefault.swift
[243/346] Compiling Scout ExplorerValueDecoder.swift
[244/346] Compiling Scout ExplorerValueDecodingContainer.swift
[245/346] Compiling Scout ExplorerValueSingleDecodingContainer.swift
[246/346] Compiling Scout ExplorerValueUnkeyedDecodingContainer.swift
[247/346] Compiling Scout DecodingError+Extensions.swift
[248/346] Compiling Lux JSONCategory.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[249/346] Compiling Lux JSONDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[250/346] Compiling Lux JSONInjector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[251/346] Compiling Lux PlistCategory.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[252/346] Compiling Lux DraculaPalette.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[253/346] Compiling Lux DraculaThemeInjectorDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[254/346] Compiling Lux JSONDracula.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[255/346] Compiling Lux PlistDracula.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[256/346] Compiling Lux SwiftDracula.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scout/Models/Path/Path+StringConvertible.swift:49:1: warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
47 |
48 | extension Path: CustomStringConvertible, CustomDebugStringConvertible {}
49 | extension Slice: CustomStringConvertible, CustomDebugStringConvertible where Base == Path {}
   | |- warning: extension declares a conformance of imported type 'Slice' to imported protocols 'CustomStringConvertible', 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
50 |
[257/346] Compiling Lux XMLEnhancedDracula.swift
[258/346] Compiling Lux XmlDracula.swift
[259/346] Compiling Lux XcodeDarkPalette.swift
[260/346] Compiling Lux XcodeDarkThemeInjectorDelegate.swift
[261/346] Compiling Lux XmlXcodeDarkDelegate.swift
[262/346] Compiling Lux YAMLXcodeDarkDelegate.swift
[263/346] Compiling Lux ZshXcodeDarkDelegate.swift
[264/346] Compiling Lux JSONXcodeDefaultDelegate.swift
[265/346] Compiling Lux PlistXcodeDefaultDelegate.swift
[266/346] Compiling Scout PathExplorer.swift
[267/346] Compiling Scout PathExplorers.swift
[268/346] Compiling Scout SerializablePathExplorer.swift
[269/346] Compiling Scout Path+Parsing.swift
[270/346] Compiling Scout PathsFilter+ExpressionPredicate.swift
[271/346] Compiling Scout PathsFilter+FunctionPredicate.swift
[272/346] Compiling Scout PathsFilter.swift
[273/346] Compiling Scout ValuePredicate.swift
[274/346] Compiling Scout ValueTarget.swift
BUILD FAILURE 6.1 macosSpm