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 (c2a226), with Swift 5.9 for Linux on 11 Oct 2024 17:06:08 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

                    to: buildDirectory.appending(path: asset.lastPathComponent)
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:219:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:256: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:263: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:287: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:294: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:308: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:326:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[190/320] 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:87:26: error: value of type 'URL' has no member 'appending'
        href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)"
                ~~~~~~~~ ^~~~~~~~~
/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-Generators.swift:49:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:56:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:71: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-Generators.swift:86:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:85: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-Generators.swift:85: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-Generators.swift:86:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:93: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-Generators.swift:94: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-Generators.swift:106: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-ResourceLoading.swift:15:39: error: value of type 'URL' has no member 'appending'
        let fullURL = sourceDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:60:55: error: value of type 'URL' has no member 'appending'
        buildDirectory = sourceBuildDirectories.build.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:62:43: error: value of type 'URL' has no member 'appending'
        assetsDirectory = sourceDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:63:44: error: value of type 'URL' has no member 'appending'
        contentDirectory = sourceDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:64:45: error: value of type 'URL' has no member 'appending'
        includesDirectory = sourceDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:173:41: error: value of type 'URL' has no member 'appending'
                    at: assetsDirectory.appending(path: asset.lastPathComponent),
                        ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:174:40: error: value of type 'URL' has no member 'appending'
                    to: buildDirectory.appending(path: asset.lastPathComponent)
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:219:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:256: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:263: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:287: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:294: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:308: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:326:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[191/320] Compiling Ignite PublishingContext-Generators.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:87:26: error: value of type 'URL' has no member 'appending'
        href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)"
                ~~~~~~~~ ^~~~~~~~~
/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-Generators.swift:49:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:56:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:71: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-Generators.swift:86:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:85: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-Generators.swift:85: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-Generators.swift:86:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:93: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-Generators.swift:94: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-Generators.swift:106: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-ResourceLoading.swift:15:39: error: value of type 'URL' has no member 'appending'
        let fullURL = sourceDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:60:55: error: value of type 'URL' has no member 'appending'
        buildDirectory = sourceBuildDirectories.build.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:62:43: error: value of type 'URL' has no member 'appending'
        assetsDirectory = sourceDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:63:44: error: value of type 'URL' has no member 'appending'
        contentDirectory = sourceDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:64:45: error: value of type 'URL' has no member 'appending'
        includesDirectory = sourceDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:173:41: error: value of type 'URL' has no member 'appending'
                    at: assetsDirectory.appending(path: asset.lastPathComponent),
                        ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:174:40: error: value of type 'URL' has no member 'appending'
                    to: buildDirectory.appending(path: asset.lastPathComponent)
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:219:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:256: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:263: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:287: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:294: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:308: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:326:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[192/320] 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:87:26: error: value of type 'URL' has no member 'appending'
        href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)"
                ~~~~~~~~ ^~~~~~~~~
/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-Generators.swift:49:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:56:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:71: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-Generators.swift:86:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:85: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-Generators.swift:85: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-Generators.swift:86:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:93: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-Generators.swift:94: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-Generators.swift:106: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-ResourceLoading.swift:15:39: error: value of type 'URL' has no member 'appending'
        let fullURL = sourceDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:60:55: error: value of type 'URL' has no member 'appending'
        buildDirectory = sourceBuildDirectories.build.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:62:43: error: value of type 'URL' has no member 'appending'
        assetsDirectory = sourceDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:63:44: error: value of type 'URL' has no member 'appending'
        contentDirectory = sourceDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:64:45: error: value of type 'URL' has no member 'appending'
        includesDirectory = sourceDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:173:41: error: value of type 'URL' has no member 'appending'
                    at: assetsDirectory.appending(path: asset.lastPathComponent),
                        ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:174:40: error: value of type 'URL' has no member 'appending'
                    to: buildDirectory.appending(path: asset.lastPathComponent)
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:219:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:256: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:263: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:287: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:294: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:308: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:326:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[193/320] 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:87:26: error: value of type 'URL' has no member 'appending'
        href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)"
                ~~~~~~~~ ^~~~~~~~~
/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-Generators.swift:49:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:56:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:71: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-Generators.swift:86:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:85: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-Generators.swift:85: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-Generators.swift:86:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:93: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-Generators.swift:94: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-Generators.swift:106: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-ResourceLoading.swift:15:39: error: value of type 'URL' has no member 'appending'
        let fullURL = sourceDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:60:55: error: value of type 'URL' has no member 'appending'
        buildDirectory = sourceBuildDirectories.build.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:62:43: error: value of type 'URL' has no member 'appending'
        assetsDirectory = sourceDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:63:44: error: value of type 'URL' has no member 'appending'
        contentDirectory = sourceDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:64:45: error: value of type 'URL' has no member 'appending'
        includesDirectory = sourceDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:173:41: error: value of type 'URL' has no member 'appending'
                    at: assetsDirectory.appending(path: asset.lastPathComponent),
                        ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:174:40: error: value of type 'URL' has no member 'appending'
                    to: buildDirectory.appending(path: asset.lastPathComponent)
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:219:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:256: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:263: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:287: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:294: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:308: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:326:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[194/320] 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:87:26: error: value of type 'URL' has no member 'appending'
        href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)"
                ~~~~~~~~ ^~~~~~~~~
/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-Generators.swift:49:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:56:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:71: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-Generators.swift:86:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:85: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-Generators.swift:85: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-Generators.swift:86:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:93: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-Generators.swift:94: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-Generators.swift:106: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-ResourceLoading.swift:15:39: error: value of type 'URL' has no member 'appending'
        let fullURL = sourceDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:60:55: error: value of type 'URL' has no member 'appending'
        buildDirectory = sourceBuildDirectories.build.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:62:43: error: value of type 'URL' has no member 'appending'
        assetsDirectory = sourceDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:63:44: error: value of type 'URL' has no member 'appending'
        contentDirectory = sourceDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:64:45: error: value of type 'URL' has no member 'appending'
        includesDirectory = sourceDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:173:41: error: value of type 'URL' has no member 'appending'
                    at: assetsDirectory.appending(path: asset.lastPathComponent),
                        ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:174:40: error: value of type 'URL' has no member 'appending'
                    to: buildDirectory.appending(path: asset.lastPathComponent)
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:219:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:256: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:263: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:287: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:294: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:308: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:326:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[195/320] 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:87:26: error: value of type 'URL' has no member 'appending'
        href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)"
                ~~~~~~~~ ^~~~~~~~~
/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-Generators.swift:49:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:56:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:71: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-Generators.swift:86:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:85: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-Generators.swift:85: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-Generators.swift:86:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:93: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-Generators.swift:94: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-Generators.swift:106: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-ResourceLoading.swift:15:39: error: value of type 'URL' has no member 'appending'
        let fullURL = sourceDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:60:55: error: value of type 'URL' has no member 'appending'
        buildDirectory = sourceBuildDirectories.build.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:62:43: error: value of type 'URL' has no member 'appending'
        assetsDirectory = sourceDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:63:44: error: value of type 'URL' has no member 'appending'
        contentDirectory = sourceDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:64:45: error: value of type 'URL' has no member 'appending'
        includesDirectory = sourceDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:173:41: error: value of type 'URL' has no member 'appending'
                    at: assetsDirectory.appending(path: asset.lastPathComponent),
                        ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:174:40: error: value of type 'URL' has no member 'appending'
                    to: buildDirectory.appending(path: asset.lastPathComponent)
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:219:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:256: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:263: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:287: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:294: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:308: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:326:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[196/320] 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:87:26: error: value of type 'URL' has no member 'appending'
        href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)"
                ~~~~~~~~ ^~~~~~~~~
/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-Generators.swift:49:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:56:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:71: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-Generators.swift:86:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:85: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-Generators.swift:85: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-Generators.swift:86:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:93: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-Generators.swift:94: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-Generators.swift:106: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-ResourceLoading.swift:15:39: error: value of type 'URL' has no member 'appending'
        let fullURL = sourceDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:60:55: error: value of type 'URL' has no member 'appending'
        buildDirectory = sourceBuildDirectories.build.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:62:43: error: value of type 'URL' has no member 'appending'
        assetsDirectory = sourceDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:63:44: error: value of type 'URL' has no member 'appending'
        contentDirectory = sourceDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:64:45: error: value of type 'URL' has no member 'appending'
        includesDirectory = sourceDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:173:41: error: value of type 'URL' has no member 'appending'
                    at: assetsDirectory.appending(path: asset.lastPathComponent),
                        ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:174:40: error: value of type 'URL' has no member 'appending'
                    to: buildDirectory.appending(path: asset.lastPathComponent)
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:219:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:256: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:263: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:287: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:294: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:308: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:326:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[197/320] 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:87:26: error: value of type 'URL' has no member 'appending'
        href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)"
                ~~~~~~~~ ^~~~~~~~~
/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-Generators.swift:49:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:56:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:71: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-Generators.swift:86:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:85: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-Generators.swift:85: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-Generators.swift:86:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:93: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-Generators.swift:94: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-Generators.swift:106: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-ResourceLoading.swift:15:39: error: value of type 'URL' has no member 'appending'
        let fullURL = sourceDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:60:55: error: value of type 'URL' has no member 'appending'
        buildDirectory = sourceBuildDirectories.build.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:62:43: error: value of type 'URL' has no member 'appending'
        assetsDirectory = sourceDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:63:44: error: value of type 'URL' has no member 'appending'
        contentDirectory = sourceDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:64:45: error: value of type 'URL' has no member 'appending'
        includesDirectory = sourceDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:173:41: error: value of type 'URL' has no member 'appending'
                    at: assetsDirectory.appending(path: asset.lastPathComponent),
                        ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:174:40: error: value of type 'URL' has no member 'appending'
                    to: buildDirectory.appending(path: asset.lastPathComponent)
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:219:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:256: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:263: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:287: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:294: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:308: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:326:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[198/320] 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:87:26: error: value of type 'URL' has no member 'appending'
        href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)"
                ~~~~~~~~ ^~~~~~~~~
/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-Generators.swift:49:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:56:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:71: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-Generators.swift:86:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:85: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-Generators.swift:85: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-Generators.swift:86:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:93: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-Generators.swift:94: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-Generators.swift:106: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-ResourceLoading.swift:15:39: error: value of type 'URL' has no member 'appending'
        let fullURL = sourceDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:60:55: error: value of type 'URL' has no member 'appending'
        buildDirectory = sourceBuildDirectories.build.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:62:43: error: value of type 'URL' has no member 'appending'
        assetsDirectory = sourceDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:63:44: error: value of type 'URL' has no member 'appending'
        contentDirectory = sourceDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:64:45: error: value of type 'URL' has no member 'appending'
        includesDirectory = sourceDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:173:41: error: value of type 'URL' has no member 'appending'
                    at: assetsDirectory.appending(path: asset.lastPathComponent),
                        ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:174:40: error: value of type 'URL' has no member 'appending'
                    to: buildDirectory.appending(path: asset.lastPathComponent)
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:219:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:256: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:263: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:287: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:294: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:308: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:326:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[199/320] 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:87:26: error: value of type 'URL' has no member 'appending'
        href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)"
                ~~~~~~~~ ^~~~~~~~~
/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-Generators.swift:49:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:56:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:71: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-Generators.swift:86:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:85: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-Generators.swift:85: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-Generators.swift:86:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:93: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-Generators.swift:94: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-Generators.swift:106: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-ResourceLoading.swift:15:39: error: value of type 'URL' has no member 'appending'
        let fullURL = sourceDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:60:55: error: value of type 'URL' has no member 'appending'
        buildDirectory = sourceBuildDirectories.build.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:62:43: error: value of type 'URL' has no member 'appending'
        assetsDirectory = sourceDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:63:44: error: value of type 'URL' has no member 'appending'
        contentDirectory = sourceDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:64:45: error: value of type 'URL' has no member 'appending'
        includesDirectory = sourceDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:173:41: error: value of type 'URL' has no member 'appending'
                    at: assetsDirectory.appending(path: asset.lastPathComponent),
                        ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:174:40: error: value of type 'URL' has no member 'appending'
                    to: buildDirectory.appending(path: asset.lastPathComponent)
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:219:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:256: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:263: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:287: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:294: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:308: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:326:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[200/320] 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:87:26: error: value of type 'URL' has no member 'appending'
        href="\(site.url.appending(path: site.feedConfiguration.path).absoluteString)"
                ~~~~~~~~ ^~~~~~~~~
/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-Generators.swift:49:50: error: value of type 'URL' has no member 'appending'
            let outputDirectory = buildDirectory.appending(path: path)
                                  ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:56:31: error: value of type 'URL' has no member 'appending'
                url: site.url.appending(path: path),
                     ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:71: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-Generators.swift:86:21: error: extra argument 'order' in call
            order: .reverse
~~~~~~~~~~~~~~~~~~~~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:85: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-Generators.swift:85: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-Generators.swift:86:21: error: cannot infer contextual base in reference to member 'reverse'
            order: .reverse
                   ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext-Generators.swift:93: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-Generators.swift:94: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-Generators.swift:106: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-ResourceLoading.swift:15:39: error: value of type 'URL' has no member 'appending'
        let fullURL = sourceDirectory.appending(path: "Resources/\(resource)")
                      ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:60:55: error: value of type 'URL' has no member 'appending'
        buildDirectory = sourceBuildDirectories.build.appending(path: buildDirectoryPath)
                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:62:43: error: value of type 'URL' has no member 'appending'
        assetsDirectory = sourceDirectory.appending(path: "Assets")
                          ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:63:44: error: value of type 'URL' has no member 'appending'
        contentDirectory = sourceDirectory.appending(path: "Content")
                           ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:64:45: error: value of type 'URL' has no member 'appending'
        includesDirectory = sourceDirectory.appending(path: "Includes")
                            ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:173:41: error: value of type 'URL' has no member 'appending'
                    at: assetsDirectory.appending(path: asset.lastPathComponent),
                        ~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:174:40: error: value of type 'URL' has no member 'appending'
                    to: buildDirectory.appending(path: asset.lastPathComponent)
                        ~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:219:35: error: value of type 'URL' has no member 'appending'
        let outputURL = directory.appending(path: "index.html")
                        ~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Publishing/PublishingContext.swift:256: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:263: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:287: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:294: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:308: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:326:49: error: value of type 'URL' has no member 'appending'
            let destinationURL = buildDirectory.appending(path: "js/syntax-highlighting.js")
                                 ~~~~~~~~~~~~~~ ^~~~~~~~~
[201/320] Compiling Ignite Content.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[202/320] Compiling Ignite ContentPage.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[203/320] Compiling Ignite BaseElement.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[204/320] Compiling Ignite BlockElement.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[205/320] Compiling Ignite HTMLRootElement.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[206/320] Compiling Ignite HeadElement.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[207/320] Compiling Ignite InlineElement.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[208/320] Compiling Ignite PageElement.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[209/320] Compiling Ignite EmptyTagPage.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[210/320] Compiling Ignite Event.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[211/320] Compiling Ignite FeedConfiguration.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[212/320] Compiling Ignite Language.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[213/320] Compiling Ignite DefaultRobotsConfiguration.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[214/320] Compiling Ignite DisallowRule.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[215/320] Compiling Ignite KnownRobot.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[216/320] Compiling Ignite RobotsConfiguration.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[217/320] Compiling Ignite Site.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[218/320] Compiling Ignite StaticPage.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[219/320] Compiling Ignite SyntaxHighlighter.swift
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:143:53: error: cannot call value of non-function type 'String'
            let basePath = context.contentDirectory.path()
                                                    ^   ~~

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

/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:61: error: value of type 'Date' has no member 'formatted'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:182:72: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["date"] = resourceValues.creationDate?.formatted(.iso8601) ?? Date.now
                                                                      ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:80: error: value of type 'Date' has no member 'formatted'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:187:91: error: cannot infer contextual base in reference to member 'iso8601'
            metadata["lastModified"] = resourceValues.contentModificationDate?.formatted(.iso8601) ?? Date.now
                                                                                         ~^~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:194:18: error: value of type 'URL' has no member 'appending'
        site.url.appending(path: self.path).absoluteString
        ~~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Ignite/Framework/Content.swift:227:31: error: type 'TimeZone?' has no member 'gmt'
        formatter.timeZone = .gmt
                             ~^~~
[220/320] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[221/320] 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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
/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)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[238/320] Compiling Ignite MetaLink.swift
/host/spi-builder-workspace/Sources/Ignite/Elements/Include.swift:33:49: error: value of type 'URL' has no member 'appending'
        let fileURL = context.includesDirectory.appending(path: filename)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~
[239/320] Compiling IgniteCLI IgniteCLI.swift
[240/320] Compiling IgniteCLI BuildCommand.swift
[241/320] Compiling IgniteCLI NewCommand.swift
[242/320] Compiling IgniteCLI RunCommand.swift
[243/320] Compiling IgniteCLI Process-Execute.swift
/host/spi-builder-workspace/Sources/IgniteCLI/Process-Execute.swift:34:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        process.launchPath = "/bin/bash"
                ^
/host/spi-builder-workspace/Sources/IgniteCLI/Process-Execute.swift:34:17: note: use 'executableURL' instead
        process.launchPath = "/bin/bash"
                ^~~~~~~~~~
                executableURL
[244/320] Compiling Ignite TagPage.swift
[245/320] Compiling Ignite Theme.swift
[246/320] Compiling Ignite ThemedPage.swift
[247/320] Compiling Ignite UnitPoint.swift
[248/320] Compiling Ignite Ignite.swift
[249/320] Compiling Ignite AccessibilityLabel.swift
[250/320] Compiling Ignite AspectRatio.swift
[251/320] Compiling Ignite Background.swift
[252/320] Compiling Ignite BackgroundImage.swift
[253/320] Compiling Ignite CornerRadius.swift
[254/320] Compiling Ignite Cursor.swift
[255/320] Compiling Ignite ForegroundStyle.swift
[256/320] Compiling Ignite Frame.swift
[257/320] Compiling Ignite Hidden.swift
[258/320] Compiling Ignite Hint.swift
[259/320] Compiling Ignite HorizontalAlignment.swift
[260/320] Compiling Ignite HoverEffect.swift
[261/320] Compiling Ignite LazyLoadable.swift
[262/320] Compiling Ignite Margin.swift
[264/322] Wrapping AST for IgniteCLI for debugging
[265/322] Linking IgniteCLI
[267/322] Compiling Ignite MetaTag.swift
[268/322] Compiling Ignite Modal.swift
[269/322] Compiling Ignite NavigationBar.swift
[270/322] Compiling Ignite PlainText.swift
[271/322] Compiling Ignite Quote.swift
[272/322] Compiling Ignite Row.swift
[273/322] Compiling Ignite Script.swift
[274/322] Compiling Ignite Section.swift
[275/322] Compiling Ignite Slide.swift
[276/322] Compiling Ignite Spacer.swift
[277/322] Compiling Ignite Span.swift
[278/322] Compiling Ignite Strikethrough.swift
[279/322] Compiling Ignite Strong.swift
[280/322] Compiling Ignite Table.swift
[281/322] Compiling Ignite Tag.swift
[282/322] Compiling Ignite Text.swift
[283/322] Compiling Ignite Time.swift
[284/322] Compiling Ignite Title.swift
[285/322] Compiling Ignite Underline.swift
[286/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[287/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[288/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[289/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[290/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[291/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[292/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[293/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[294/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[295/322] Compiling Ignite String-CSStoJS.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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[296/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[297/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[298/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[299/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[300/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[301/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[302/322] Compiling Ignite URL-SelectDirectories.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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[303/322] 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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[304/322] Compiling Ignite Component.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-Relative.swift:15:30: error: cannot call value of non-function type 'String'
        let basePath = other.path()
                             ^   ~~

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

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

/host/spi-builder-workspace/Sources/Ignite/Extensions/URL-SelectDirectories.swift:17: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-SelectDirectories.swift:31:42: error: no exact matches in call to initializer
            let buildDirectoryURL: URL = URL(filePath: buildDirectory)
                                         ^
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)
           ^
[305/322] Compiling Ignite MarkdownToHTML.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[306/322] Compiling Ignite Page.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[307/322] Compiling Ignite TabFocus.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[308/322] Compiling Ignite Color.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[309/322] Compiling Ignite ColumnWidth.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[310/322] Compiling Ignite CoreAttributes.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[311/322] Compiling Ignite DiagonalEdge.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[312/322] Compiling Ignite Edge.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[313/322] Compiling Ignite EdgeAdjust.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[314/322] Compiling Ignite Font.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[315/322] Compiling Ignite FontWeight.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[316/322] Compiling Ignite OrderedListStyle.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[317/322] Compiling Ignite Role.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[318/322] Compiling Ignite SpacingAmount.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[319/322] Compiling Ignite UnorderedListStyle.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[320/322] Compiling Ignite EmptyTheme.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[321/322] Compiling Ignite MissingTheme.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
[322/322] Compiling Ignite resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:30: warning: will never be executed
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
                             ^
/host/spi-builder-workspace/Sources/Ignite/Rendering/Markdown/MarkdownToHTML.swift:64:16: note: condition always evaluates to false
            if false { throw PublishingError.badMarkdown(url) } // to silence "'catch' block is unreachable" warning
               ^
error: fatalError
BUILD FAILURE 5.9 linux