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, reference main (5941fa), with Swift 5.9 for Linux on 6 Sep 2024 12:32:32 UTC.

Build Command

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

Build Log

        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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[193/321] 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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[194/321] 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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[195/321] 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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[196/321] Compiling Ignite BootstrapOptions.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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[197/321] 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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[198/321] 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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[199/321] Compiling Ignite PublishingContext-ResourceLoading.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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[200/321] 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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[201/321] 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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[202/321] 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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[203/321] 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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[204/321] 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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[205/321] 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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[206/321] 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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[207/321] Compiling Ignite MarkdownRenderer.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:59: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-ResourceLoading.swift:15:37: error: value of type 'URL' has no member 'appending'
        let fullURL = rootDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~ ^~~~~~~~~
/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:229: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:284: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:291: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:316: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:323: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:347: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:354: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:363: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:378:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:377: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:377: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:378:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:385: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:386: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:398: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:415: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:433:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[208/321] Compiling Ignite ButtonGroup.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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[209/321] Compiling Ignite Card.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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[210/321] Compiling Ignite Carousel.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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[211/321] Compiling Ignite Code.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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[212/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[213/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[214/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[215/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[216/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[217/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[218/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[219/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[220/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[221/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[222/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[223/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[224/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[225/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[226/321] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[227/321] Compiling Ignite SyntaxHighlighter.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[228/321] Compiling Ignite TagPage.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[229/321] Compiling Ignite Theme.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[230/321] Compiling Ignite ThemedPage.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[231/321] Compiling Ignite UnitPoint.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[232/321] Compiling Ignite Ignite.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[233/321] Compiling Ignite AccessibilityLabel.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[234/321] Compiling Ignite AspectRatio.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[235/321] Compiling Ignite Background.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[236/321] Compiling Ignite BackgroundImage.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[237/321] Compiling Ignite CornerRadius.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[238/321] Compiling Ignite ForegroundStyle.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[239/321] Compiling Ignite Frame.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[240/321] Compiling Ignite Hidden.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[241/321] Compiling Ignite Hint.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[242/321] Compiling Ignite HorizontalAlignment.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[243/321] Compiling Ignite HoverEffect.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[244/321] Compiling Ignite LazyLoadable.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
[245/321] Compiling Ignite Margin.swift
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import Ignite
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[246/321] Compiling Ignite ListItem.swift
[247/321] Compiling Ignite MetaLink.swift
[248/321] Compiling Ignite MetaTag.swift
[249/321] Compiling Ignite Modal.swift
[250/321] Compiling Ignite NavigationBar.swift
[251/321] Compiling Ignite PlainText.swift
[252/321] Compiling Ignite Quote.swift
[253/321] Compiling Ignite Row.swift
[254/321] Compiling Ignite Script.swift
[255/321] Compiling Ignite Section.swift
[256/321] Compiling Ignite Slide.swift
[257/321] Compiling Ignite Spacer.swift
[258/321] Compiling Ignite Span.swift
[259/321] Compiling Ignite Strikethrough.swift
[260/321] Compiling Ignite Strong.swift
[261/321] Compiling Ignite Table.swift
[262/321] Compiling Ignite Tag.swift
[263/321] Compiling Ignite Text.swift
[264/321] Compiling Ignite Time.swift
[265/321] Emitting module Ignite
/host/spi-builder-workspace/Sources/Ignite/Modifiers/BackgroundImage.swift:2:8: warning: file 'BackgroundImage.swift' is part of module 'Ignite'; ignoring import
import 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] {
                                                                          ^~~~~~~~~
[266/321] Compiling Ignite Title.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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[267/321] Compiling Ignite Underline.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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[268/321] Compiling Ignite Video.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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[269/321] Compiling Ignite Array-ContainsLocation.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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[270/321] 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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[271/321] 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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[272/321] 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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[273/321] 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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[274/321] Compiling Ignite Date-ISO8601.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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[275/321] 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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[276/321] 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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[277/321] 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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[278/321] 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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[279/321] Compiling Ignite String-SplitAndTrim.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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[280/321] Compiling Ignite String-StrippingTags.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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[281/321] Compiling Ignite URL-PackageDirectory.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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[282/321] Compiling Ignite URL-Relative.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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[283/321] Compiling Ignite URL-RemovingWWW.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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[284/321] Compiling Ignite URL-Unwrapped.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/Array-Sorting.swift:49:26: error: cannot infer contextual base in reference to member 'forward'
            if order == .forward {
                        ~^~~~~~~
/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
                          ~~~ ^~~~~~~~~
/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: "")
        ^   ~~

[285/321] 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] {
                                                                          ^~~~~~~~~
[286/321] 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] {
                                                                          ^~~~~~~~~
[287/321] Compiling Ignite DismissModal.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] {
                                                                          ^~~~~~~~~
[288/321] 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] {
                                                                          ^~~~~~~~~
[289/321] Compiling Ignite HideBoxShadow.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] {
                                                                          ^~~~~~~~~
[290/321] 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] {
                                                                          ^~~~~~~~~
[291/321] 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] {
                                                                          ^~~~~~~~~
[292/321] Compiling Ignite ShowBoxShadow.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] {
                                                                          ^~~~~~~~~
[293/321] 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] {
                                                                          ^~~~~~~~~
[294/321] Compiling Ignite ShowModal.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] {
                                                                          ^~~~~~~~~
[295/321] 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] {
                                                                          ^~~~~~~~~
[296/321] 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] {
                                                                          ^~~~~~~~~
[297/321] Compiling Ignite Abbreviation.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] {
                                                                          ^~~~~~~~~
[298/321] 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] {
                                                                          ^~~~~~~~~
[299/321] 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] {
                                                                          ^~~~~~~~~
[300/321] Compiling Ignite Audio.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] {
                                                                          ^~~~~~~~~
[301/321] 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] {
                                                                          ^~~~~~~~~
[302/321] 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] {
                                                                          ^~~~~~~~~
[303/321] 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] {
                                                                          ^~~~~~~~~
[304/321] Compiling Ignite MarkdownToHTML.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[305/321] Compiling Ignite Page.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[306/321] Compiling Ignite TabFocus.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[307/321] Compiling Ignite Color.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[308/321] Compiling Ignite ColumnWidth.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[309/321] Compiling Ignite CoreAttributes.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[310/321] Compiling Ignite DiagonalEdge.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[311/321] Compiling Ignite Edge.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[312/321] Compiling Ignite EdgeAdjust.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[313/321] Compiling Ignite Font.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[314/321] Compiling Ignite FontWeight.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[315/321] Compiling Ignite OrderedListStyle.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[316/321] Compiling Ignite Role.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[317/321] Compiling Ignite SpacingAmount.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[318/321] Compiling Ignite UnorderedListStyle.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[319/321] Compiling Ignite EmptyTheme.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[320/321] Compiling Ignite MissingTheme.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
[321/321] Compiling Ignite resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:11: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
        } catch {
          ^
error: fatalError
BUILD FAILURE 5.9 linux