The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Ignite with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[213/305] Compiling Ignite PublishingContext.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[214/305] Compiling Ignite PublishingError.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[215/305] Compiling Ignite RobotsGenerator.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[216/305] Compiling Ignite SiteMapGenerator.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[217/305] Compiling Ignite SyntaxHighlightGenerator.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[218/305] Compiling Ignite AttributeValue.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[219/305] Compiling Ignite ElementBuilder.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[220/305] Compiling Ignite MarkdownToHTML.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[221/305] Compiling Ignite ContentPage.swift
[222/305] Compiling Ignite BaseElement.swift
[223/305] Compiling Ignite BlockElement.swift
[224/305] Compiling Ignite HTMLRootElement.swift
[225/305] Compiling Ignite HeadElement.swift
[226/305] Compiling Ignite InlineElement.swift
[227/305] Compiling Ignite PageElement.swift
[228/305] Compiling Ignite EmptyTagPage.swift
[229/305] Compiling Ignite Event.swift
[230/305] Compiling Ignite FeedConfiguration.swift
[231/305] Compiling Ignite Language.swift
[232/305] Compiling Ignite DefaultRobotsConfiguration.swift
[233/305] Compiling Ignite DisallowRule.swift
[234/305] Compiling Ignite KnownRobot.swift
[235/305] Compiling Ignite RobotsConfiguration.swift
[236/305] Compiling Ignite Site.swift
[237/305] Compiling Ignite StaticPage.swift
[237/305] Linking IgniteCLI
[239/305] Compiling Ignite MetaTag.swift
[240/305] Compiling Ignite NavigationBar.swift
[241/305] Compiling Ignite PlainText.swift
[242/305] Compiling Ignite Quote.swift
[243/305] Compiling Ignite Row.swift
[244/305] Compiling Ignite Script.swift
[245/305] Compiling Ignite Section.swift
[246/305] Compiling Ignite Slide.swift
[247/305] Compiling Ignite Spacer.swift
[248/305] Compiling Ignite Span.swift
[249/305] Compiling Ignite Strikethrough.swift
[250/305] Compiling Ignite Strong.swift
[251/305] Compiling Ignite Table.swift
[252/305] Compiling Ignite Tag.swift
[253/305] Compiling Ignite Text.swift
[254/305] Compiling Ignite Title.swift
[255/305] Compiling Ignite Underline.swift
[256/305] Compiling Ignite Action.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[257/305] Compiling Ignite CustomAction.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[258/305] Compiling Ignite EventModifiers.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[259/305] Compiling Ignite HideElement.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[260/305] Compiling Ignite ShowAlert.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[261/305] Compiling Ignite ShowElement.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[262/305] Compiling Ignite FeedLink.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[263/305] Compiling Ignite IgniteFooter.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[264/305] Compiling Ignite Accordion.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[265/305] Compiling Ignite Alert.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[266/305] Compiling Ignite Badge.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[267/305] Compiling Ignite Body.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[268/305] Compiling Ignite Button.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[269/305] Compiling Ignite ButtonGroup.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[270/305] Compiling Ignite Card.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[271/305] Compiling Ignite Carousel.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[272/305] Compiling Ignite Code.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[273/305] Compiling Ignite CodeBlock.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[274/305] Compiling Ignite Column.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[275/305] Compiling Ignite ContentPreview.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[276/305] Compiling Ignite Divider.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[277/305] Compiling Ignite Dropdown.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[278/305] Compiling Ignite Embed.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[279/305] Compiling Ignite Emphasis.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[280/305] Compiling Ignite Group.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[281/305] Compiling Ignite HTML.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[282/305] Compiling Ignite Head.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[283/305] Compiling Ignite Image.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[284/305] Compiling Ignite Include.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[285/305] Compiling Ignite Item.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[286/305] Compiling Ignite Link.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[287/305] Compiling Ignite List.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[288/305] Compiling Ignite ListItem.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[289/305] Compiling Ignite MetaLink.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[290/305] Compiling Ignite Page.swift
[291/305] Compiling Ignite Color.swift
[292/305] Compiling Ignite ColumnWidth.swift
[293/305] Compiling Ignite CoreAttributes.swift
[294/305] Compiling Ignite DiagonalEdge.swift
[295/305] Compiling Ignite Edge.swift
[296/305] Compiling Ignite EdgeAdjust.swift
[297/305] Compiling Ignite Font.swift
[298/305] Compiling Ignite FontWeight.swift
[299/305] Compiling Ignite OrderedListStyle.swift
[300/305] Compiling Ignite Role.swift
[301/305] Compiling Ignite SpacingAmount.swift
[302/305] Compiling Ignite UnorderedListStyle.swift
[303/305] Compiling Ignite EmptyTheme.swift
[304/305] Compiling Ignite MissingTheme.swift
[305/305] Compiling Ignite resource_bundle_accessor.swift
error: fatalError
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/3] Write swift-version-24593BA9C3E375BF.txt
[3/62] Compiling Ignite Array-DefinitelyNotAHack.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:19:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:25:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
[4/62] Compiling Ignite Array-ElementRendering.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:19:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:25:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
[5/62] Compiling Ignite Array-LocalizedContains.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:19:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:25:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
[6/62] Compiling Ignite Array-Sorting.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:19:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:25:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
[7/62] Compiling Ignite Date-RFC822.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:19:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:25:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
[8/62] Compiling Ignite String-AbsoluteLinks.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:19:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:25:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
[9/62] Compiling Ignite String-EscapedForJavaScript.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:19:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:25:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
[10/62] Compiling Ignite String-Slug.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:19:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/String-AbsoluteLinks.swift:25:31: error: value of type 'URL' has no member 'appending'
            let fullURL = url.appending(path: match.output.path).absoluteString
                          ~~~ ^~~~~~~~~
[11/70] Compiling Ignite Image.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[12/70] Compiling Ignite Include.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[13/70] Compiling Ignite Item.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[14/70] Compiling Ignite Link.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[15/70] Compiling Ignite List.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[16/70] Compiling Ignite ListItem.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[17/70] Compiling Ignite MetaLink.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[18/70] Compiling Ignite Array-ContainsLocation.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/70] Compiling Ignite Opacity.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
[20/70] Compiling Ignite Padding.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
[21/70] Compiling Ignite Position.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
[22/70] Compiling Ignite Shadow.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
[23/70] Compiling Ignite TextDecoration.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
[24/70] Compiling Ignite TextSelection.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
[25/70] Compiling Ignite FeedGenerator.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
[26/70] Compiling Ignite Location.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/Opacity.swift:16:42: error: value of type 'Double' has no member 'formatted'
            self.style("opacity: \(value.formatted())")
                                   ~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/FeedGenerator.swift:57:37: error: value of type 'URL' has no member 'appending'
        <atom:link href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)" rel="self" type="application/rss+xml" />\
                           ~~~~~~~~ ^~~~~~~~~
[27/70] Compiling Ignite Alert.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[28/70] Compiling Ignite Badge.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[29/70] Compiling Ignite Body.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[30/70] Compiling Ignite Button.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[31/70] Compiling Ignite ButtonGroup.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[32/70] Compiling Ignite Card.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[33/70] Compiling Ignite Carousel.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[34/70] Compiling Ignite Code.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[35/70] Compiling Ignite CodeBlock.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[36/70] Emitting module Ignite
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
[37/70] Compiling Ignite String-SplitAndTrim.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-PackageDirectory.swift:14:26: error: no exact matches in call to initializer
        var currentURL = URL(filePath: file.description)
                         ^
Foundation.URL:3:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(string:)')
    public init?(string: String)
           ^
Foundation.URL:8:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileURLWithPath:)')
    public init(fileURLWithPath path: String)
           ^
Foundation.URL:2:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileReferenceLiteralResourceName:)')
    public init(fileReferenceLiteralResourceName name: String)
           ^
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:16:24: error: cannot call value of non-function type 'String'
        let thisPath = path()
                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-RemovingWWW.swift:15:9: error: cannot call value of non-function type 'String?'
        host()?.replacing(#/^www\./#, with: "")
        ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:141:36: error: cannot call value of non-function type 'String'
            let basePath = baseURL.path()
                                   ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:142:56: error: cannot call value of non-function type 'String'
            let thisPath = url.deletingPathExtension().path()
                                                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:192:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:225:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[38/70] Compiling Ignite String-StrippingTags.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-PackageDirectory.swift:14:26: error: no exact matches in call to initializer
        var currentURL = URL(filePath: file.description)
                         ^
Foundation.URL:3:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(string:)')
    public init?(string: String)
           ^
Foundation.URL:8:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileURLWithPath:)')
    public init(fileURLWithPath path: String)
           ^
Foundation.URL:2:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileReferenceLiteralResourceName:)')
    public init(fileReferenceLiteralResourceName name: String)
           ^
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:16:24: error: cannot call value of non-function type 'String'
        let thisPath = path()
                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-RemovingWWW.swift:15:9: error: cannot call value of non-function type 'String?'
        host()?.replacing(#/^www\./#, with: "")
        ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:141:36: error: cannot call value of non-function type 'String'
            let basePath = baseURL.path()
                                   ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:142:56: error: cannot call value of non-function type 'String'
            let thisPath = url.deletingPathExtension().path()
                                                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:192:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:225:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[39/70] Compiling Ignite URL-PackageDirectory.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-PackageDirectory.swift:14:26: error: no exact matches in call to initializer
        var currentURL = URL(filePath: file.description)
                         ^
Foundation.URL:3:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(string:)')
    public init?(string: String)
           ^
Foundation.URL:8:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileURLWithPath:)')
    public init(fileURLWithPath path: String)
           ^
Foundation.URL:2:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileReferenceLiteralResourceName:)')
    public init(fileReferenceLiteralResourceName name: String)
           ^
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:16:24: error: cannot call value of non-function type 'String'
        let thisPath = path()
                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-RemovingWWW.swift:15:9: error: cannot call value of non-function type 'String?'
        host()?.replacing(#/^www\./#, with: "")
        ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:141:36: error: cannot call value of non-function type 'String'
            let basePath = baseURL.path()
                                   ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:142:56: error: cannot call value of non-function type 'String'
            let thisPath = url.deletingPathExtension().path()
                                                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:192:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:225:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[40/70] Compiling Ignite URL-Relative.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-PackageDirectory.swift:14:26: error: no exact matches in call to initializer
        var currentURL = URL(filePath: file.description)
                         ^
Foundation.URL:3:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(string:)')
    public init?(string: String)
           ^
Foundation.URL:8:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileURLWithPath:)')
    public init(fileURLWithPath path: String)
           ^
Foundation.URL:2:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileReferenceLiteralResourceName:)')
    public init(fileReferenceLiteralResourceName name: String)
           ^
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:16:24: error: cannot call value of non-function type 'String'
        let thisPath = path()
                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-RemovingWWW.swift:15:9: error: cannot call value of non-function type 'String?'
        host()?.replacing(#/^www\./#, with: "")
        ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:141:36: error: cannot call value of non-function type 'String'
            let basePath = baseURL.path()
                                   ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:142:56: error: cannot call value of non-function type 'String'
            let thisPath = url.deletingPathExtension().path()
                                                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:192:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:225:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[41/70] Compiling Ignite URL-RemovingWWW.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-PackageDirectory.swift:14:26: error: no exact matches in call to initializer
        var currentURL = URL(filePath: file.description)
                         ^
Foundation.URL:3:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(string:)')
    public init?(string: String)
           ^
Foundation.URL:8:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileURLWithPath:)')
    public init(fileURLWithPath path: String)
           ^
Foundation.URL:2:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileReferenceLiteralResourceName:)')
    public init(fileReferenceLiteralResourceName name: String)
           ^
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:16:24: error: cannot call value of non-function type 'String'
        let thisPath = path()
                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-RemovingWWW.swift:15:9: error: cannot call value of non-function type 'String?'
        host()?.replacing(#/^www\./#, with: "")
        ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:141:36: error: cannot call value of non-function type 'String'
            let basePath = baseURL.path()
                                   ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:142:56: error: cannot call value of non-function type 'String'
            let thisPath = url.deletingPathExtension().path()
                                                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:192:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:225:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[42/70] Compiling Ignite URL-Unwrapped.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-PackageDirectory.swift:14:26: error: no exact matches in call to initializer
        var currentURL = URL(filePath: file.description)
                         ^
Foundation.URL:3:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(string:)')
    public init?(string: String)
           ^
Foundation.URL:8:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileURLWithPath:)')
    public init(fileURLWithPath path: String)
           ^
Foundation.URL:2:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileReferenceLiteralResourceName:)')
    public init(fileReferenceLiteralResourceName name: String)
           ^
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:16:24: error: cannot call value of non-function type 'String'
        let thisPath = path()
                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-RemovingWWW.swift:15:9: error: cannot call value of non-function type 'String?'
        host()?.replacing(#/^www\./#, with: "")
        ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:141:36: error: cannot call value of non-function type 'String'
            let basePath = baseURL.path()
                                   ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:142:56: error: cannot call value of non-function type 'String'
            let thisPath = url.deletingPathExtension().path()
                                                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:192:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:225:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[43/70] Compiling Ignite Component.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-PackageDirectory.swift:14:26: error: no exact matches in call to initializer
        var currentURL = URL(filePath: file.description)
                         ^
Foundation.URL:3:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(string:)')
    public init?(string: String)
           ^
Foundation.URL:8:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileURLWithPath:)')
    public init(fileURLWithPath path: String)
           ^
Foundation.URL:2:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileReferenceLiteralResourceName:)')
    public init(fileReferenceLiteralResourceName name: String)
           ^
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:16:24: error: cannot call value of non-function type 'String'
        let thisPath = path()
                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-RemovingWWW.swift:15:9: error: cannot call value of non-function type 'String?'
        host()?.replacing(#/^www\./#, with: "")
        ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:141:36: error: cannot call value of non-function type 'String'
            let basePath = baseURL.path()
                                   ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:142:56: error: cannot call value of non-function type 'String'
            let thisPath = url.deletingPathExtension().path()
                                                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:192:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:225:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[44/70] Compiling Ignite Content.swift
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-PackageDirectory.swift:14:26: error: no exact matches in call to initializer
        var currentURL = URL(filePath: file.description)
                         ^
Foundation.URL:3:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(string:)')
    public init?(string: String)
           ^
Foundation.URL:8:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileURLWithPath:)')
    public init(fileURLWithPath path: String)
           ^
Foundation.URL:2:12: note: incorrect labels for candidate (have: '(filePath:)', expected: '(fileReferenceLiteralResourceName:)')
    public init(fileReferenceLiteralResourceName name: String)
           ^
/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-Relative.swift:16:24: error: cannot call value of non-function type 'String'
        let thisPath = path()
                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-RemovingWWW.swift:15:9: error: cannot call value of non-function type 'String?'
        host()?.replacing(#/^www\./#, with: "")
        ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:141:36: error: cannot call value of non-function type 'String'
            let basePath = baseURL.path()
                                   ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:142:56: error: cannot call value of non-function type 'String'
            let thisPath = url.deletingPathExtension().path()
                                                       ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:180:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:185:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:192:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:225:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[45/70] Compiling Ignite PublishingContext.swift
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[46/70] Compiling Ignite PublishingError.swift
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[47/70] Compiling Ignite RobotsGenerator.swift
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[48/70] Compiling Ignite SiteMapGenerator.swift
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[49/70] Compiling Ignite SyntaxHighlightGenerator.swift
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[50/70] Compiling Ignite AttributeValue.swift
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[51/70] Compiling Ignite ElementBuilder.swift
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[52/70] Compiling Ignite MarkdownToHTML.swift
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:56:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:57:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:58:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:59:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:75:41: error: value of type 'URL' has no member 'appending'
        assetsDirectory = rootDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:76:42: error: value of type 'URL' has no member 'appending'
        contentDirectory = rootDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:77:43: error: value of type 'URL' has no member 'appending'
        includesDirectory = rootDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:78:40: error: value of type 'URL' has no member 'appending'
        buildDirectory = rootDirectory.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:161:66: error: cannot call value of non-function type 'String'
        if FileManager.default.fileExists(atPath: buildDirectory.path()) {
                                                                 ^   ~~

/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:187:37: error: value of type 'URL' has no member 'appending'
                at: assetsDirectory.appending(path: asset.lastPathComponent),
                    ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:188:36: error: value of type 'URL' has no member 'appending'
                to: buildDirectory.appending(path: asset.lastPathComponent)
                    ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:227:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Extensions/Array-Sorting.swift:47:75: error: cannot find type 'SortOrder' in scope
    public func sorted<T: Comparable>(by function: (Element) -> T, order: SortOrder = .forward) -> [Element] {
                                                                          ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:279:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:286:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:309:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:316:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:338:27: error: value of type 'URL' has no member 'appending'
            url: site.url.appending(path: content.path),
                 ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:345:46: error: value of type 'URL' has no member 'appending'
        let outputDirectory = buildDirectory.appending(path: content.path)
                              ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:354:40: error: value of type 'URL' has no member 'appending'
        let outputURL = buildDirectory.appending(path: "sitemap.xml")
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot convert key path into a multi-argument function type '(Content, Content) throws -> Bool'
            by: \.date,
                ^
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:368:17: error: cannot infer key path type from context; consider explicitly specifying a root type
            by: \.date,
                ^
                 <#Root#>
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:369:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:376:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: site.feedConfiguration.path)
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377:79: error: cannot infer contextual base in reference to member 'utf8'
            try result.write(to: destinationURL, atomically: true, encoding: .utf8)
                                                                             ~^~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:389:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "robots.txt")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:406:51: error: value of type 'URL' has no member 'appending'
        let destinationDirectory = buildDirectory.appending(path: destination)
                                   ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:424:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:458:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
[53/70] Compiling Ignite Action.swift
[54/70] Compiling Ignite CustomAction.swift
[55/70] Compiling Ignite EventModifiers.swift
[56/70] Compiling Ignite HideElement.swift
[57/70] Compiling Ignite ShowAlert.swift
[58/70] Compiling Ignite ShowElement.swift
[59/70] Compiling Ignite FeedLink.swift
[60/70] Compiling Ignite IgniteFooter.swift
[61/70] Compiling Ignite Accordion.swift
[62/70] Compiling Ignite Column.swift
[63/70] Compiling Ignite ContentPreview.swift
[64/70] Compiling Ignite Divider.swift
[65/70] Compiling Ignite Dropdown.swift
[66/70] Compiling Ignite Embed.swift
[67/70] Compiling Ignite Emphasis.swift
[68/70] Compiling Ignite Group.swift
[69/70] Compiling Ignite HTML.swift
[70/70] Compiling Ignite Head.swift
[71/114] Compiling Ignite BlockElement.swift
[72/114] Compiling Ignite HeadElement.swift
[73/114] Compiling Ignite InlineElement.swift
[74/114] Compiling Ignite PageElement.swift
[75/114] Compiling Ignite Event.swift
[76/114] Compiling Ignite DefaultRobotsConfiguration.swift
[77/115] Compiling Ignite Site.swift
[78/115] Compiling Ignite StaticPage.swift
[79/115] Compiling Ignite SyntaxHighlighter.swift
[80/115] Compiling Ignite TagPage.swift
[81/115] Compiling Ignite AccessibilityLabel.swift
[82/115] Compiling Ignite Hidden.swift
[83/115] Compiling Ignite Hint.swift
[84/115] Compiling Ignite HorizontalAlignment.swift
[85/115] Compiling Ignite LazyLoadable.swift
[86/115] Compiling Ignite Margin.swift
[87/115] Compiling Ignite Table.swift
[88/115] Compiling Ignite Tag.swift
[89/115] Compiling Ignite Text.swift
[90/115] Compiling Ignite Title.swift
[91/115] Compiling Ignite Underline.swift
[92/115] Compiling Ignite ContentPage.swift
[93/115] Compiling Ignite AspectRatio.swift
[94/115] Compiling Ignite BackgroundColor.swift
[95/115] Compiling Ignite CornerRadius.swift
[96/115] Compiling Ignite ForegroundStyle.swift
[97/115] Compiling Ignite Frame.swift
[98/115] Compiling Ignite Section.swift
[99/115] Compiling Ignite Slide.swift
[100/115] Compiling Ignite Spacer.swift
[101/115] Compiling Ignite Span.swift
[102/115] Compiling Ignite Strikethrough.swift
[103/115] Compiling Ignite Strong.swift
[104/115] Compiling Ignite Theme.swift
[105/115] Compiling Ignite MetaTag.swift
[106/115] Compiling Ignite NavigationBar.swift
[107/115] Compiling Ignite PlainText.swift
[108/115] Compiling Ignite Quote.swift
[109/115] Compiling Ignite Row.swift
[110/115] Compiling Ignite Script.swift
[111/115] Compiling Ignite Color.swift
[112/115] Compiling Ignite CoreAttributes.swift
[113/115] Compiling Ignite EdgeAdjust.swift
[114/115] Compiling Ignite EmptyTheme.swift
[115/115] Compiling Ignite MissingTheme.swift
error: fatalError
BUILD FAILURE 5.10 linux