The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Appcast, reference main (de1f21), with Swift 5.10 for Linux on 21 May 2025 14:50:07 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/slidoapp/Appcast.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/slidoapp/Appcast
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at de1f21f Merge pull request #12 from slidoapp/codeowners
Cloned https://github.com/slidoapp/Appcast.git
Revision (git rev-parse @):
de1f21ff0dce2c80b06fd824b4ac2b3061b7ea99
SUCCESS checkout https://github.com/slidoapp/Appcast.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/slidoapp/Appcast.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f16e7907a741759e496a8179f87952791f04c930716d978df82984176b0c37b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/15] Compiling Appcast SUSignatures.swift
[4/16] Compiling Appcast SUStandardVersionComparator.swift
[5/16] Compiling Appcast SUVersionComparison.swift
[6/16] Compiling Appcast SUAppcastItem.swift
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:61:16: warning: stored property 'fileURL' of 'Sendable'-conforming struct 'SUAppcastItem' has non-sendable type 'URL?'
    public let fileURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:86:16: warning: stored property 'infoURL' of 'Sendable'-conforming struct 'SUAppcastItem' has non-sendable type 'URL?'
    public let infoURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:140:16: warning: stored property 'releaseNotesURL' of 'Sendable'-conforming struct 'SUAppcastItem' has non-sendable type 'URL?'
    public let releaseNotesURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:176:16: warning: stored property 'fullReleaseNotesURL' of 'Sendable'-conforming struct 'SUAppcastItem' has non-sendable type 'URL?'
    public let fullReleaseNotesURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[7/16] Compiling Appcast SUOperatingSystem.swift
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:61:16: warning: stored property 'fileURL' of 'Sendable'-conforming struct 'SUAppcastItem' has non-sendable type 'URL?'
    public let fileURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:86:16: warning: stored property 'infoURL' of 'Sendable'-conforming struct 'SUAppcastItem' has non-sendable type 'URL?'
    public let infoURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:140:16: warning: stored property 'releaseNotesURL' of 'Sendable'-conforming struct 'SUAppcastItem' has non-sendable type 'URL?'
    public let releaseNotesURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:176:16: warning: stored property 'fullReleaseNotesURL' of 'Sendable'-conforming struct 'SUAppcastItem' has non-sendable type 'URL?'
    public let fullReleaseNotesURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[8/16] Compiling Appcast Appcast.swift
[9/16] Compiling Appcast Constants.swift
[10/16] Compiling Appcast SUAppcast.swift
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:175:41: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func sparkleNamespacedName(of node: XMLNode) -> String? {
                                        ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:192:30: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func bestNode(in nodes: [XMLNode], name: String) -> XMLNode? {
                             ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:192:57: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func bestNode(in nodes: [XMLNode], name: String) -> XMLNode? {
                                                        ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:227:30: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func attributes(of node: XMLNode) -> AttributesDictionary {
                             ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:27:28: error: 'XMLDocument' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
        let document = try XMLDocument(data: appcastData, options: .nodeLoadExternalEntitiesNever)
                           ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:27:69: error: cannot infer contextual base in reference to member 'nodeLoadExternalEntitiesNever'
        let document = try XMLDocument(data: appcastData, options: .nodeLoadExternalEntitiesNever)
                                                                   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:48:39: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
            var nodesDict = [String: [XMLNode]]()
                                      ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:96:46: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'stringValue'
                    if let dateString = node.stringValue {
                                        ~~~~ ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:101:47: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'stringValue'
                    if let description = node.stringValue {
                                         ~~~~ ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:115:44: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'children'
                    if let children = node.children {
                                      ~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:129:44: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'children'
                    if let children = node.children {
                                      ~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:142:44: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'children'
                    if let children = node.children {
                                      ~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:162:47: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'stringValue'
                    if let stringValue = node.stringValue?.trimmingCharacters(in: CharacterSet.whitespacesAndNewlines) {
                                         ~~~~ ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:178:17: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'uri'
        if node.uri == "http://www.andymatuschak.org/xml-namespaces/sparkle" {
           ~~~~ ^~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:179:40: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'localName'
            guard let localName = node.localName else {
                                  ~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:187:21: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'name'
        return node.name
               ~~~~ ^~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:203:38: warning: conditional cast from 'XMLNode' (aka 'AnyObject') to 'XMLElement' (aka 'AnyObject') always succeeds
            guard let element = node as? XMLElement else {
                                     ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:203:42: error: 'XMLElement' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
            guard let element = node as? XMLElement else {
                                         ^~~~~~~~~~
Foundation.XMLElement:2:18: note: 'XMLElement' has been explicitly marked unavailable here
public typealias XMLElement = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:207:40: error: value of type 'XMLElement' (aka 'AnyObject') has no member 'attribute'
            let nodeLanguage = element.attribute(forName: SUAppcast.SUXMLLanguage)?.stringValue ?? ""
                               ~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:230:34: warning: conditional cast from 'XMLNode' (aka 'AnyObject') to 'XMLElement' (aka 'AnyObject') always succeeds
        guard let element = node as? XMLElement else {
                                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:230:38: error: 'XMLElement' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        guard let element = node as? XMLElement else {
                                     ^~~~~~~~~~
Foundation.XMLElement:2:18: note: 'XMLElement' has been explicitly marked unavailable here
public typealias XMLElement = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:234:40: error: value of type 'XMLElement' (aka 'AnyObject') has no member 'attributes'
        guard let attributes = element.attributes else {
                               ~~~~~~~ ^~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/16] Compiling Appcast SUAppcastDriver.swift
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:175:41: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func sparkleNamespacedName(of node: XMLNode) -> String? {
                                        ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:192:30: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func bestNode(in nodes: [XMLNode], name: String) -> XMLNode? {
                             ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:192:57: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func bestNode(in nodes: [XMLNode], name: String) -> XMLNode? {
                                                        ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:227:30: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func attributes(of node: XMLNode) -> AttributesDictionary {
                             ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:27:28: error: 'XMLDocument' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
        let document = try XMLDocument(data: appcastData, options: .nodeLoadExternalEntitiesNever)
                           ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:27:69: error: cannot infer contextual base in reference to member 'nodeLoadExternalEntitiesNever'
        let document = try XMLDocument(data: appcastData, options: .nodeLoadExternalEntitiesNever)
                                                                   ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:48:39: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
            var nodesDict = [String: [XMLNode]]()
                                      ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:96:46: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'stringValue'
                    if let dateString = node.stringValue {
                                        ~~~~ ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:101:47: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'stringValue'
                    if let description = node.stringValue {
                                         ~~~~ ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:115:44: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'children'
                    if let children = node.children {
                                      ~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:129:44: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'children'
                    if let children = node.children {
                                      ~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:142:44: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'children'
                    if let children = node.children {
                                      ~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:162:47: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'stringValue'
                    if let stringValue = node.stringValue?.trimmingCharacters(in: CharacterSet.whitespacesAndNewlines) {
                                         ~~~~ ^~~~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:178:17: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'uri'
        if node.uri == "http://www.andymatuschak.org/xml-namespaces/sparkle" {
           ~~~~ ^~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:179:40: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'localName'
            guard let localName = node.localName else {
                                  ~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:187:21: error: value of type 'XMLNode' (aka 'AnyObject') has no member 'name'
        return node.name
               ~~~~ ^~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:203:38: warning: conditional cast from 'XMLNode' (aka 'AnyObject') to 'XMLElement' (aka 'AnyObject') always succeeds
            guard let element = node as? XMLElement else {
                                     ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:203:42: error: 'XMLElement' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
            guard let element = node as? XMLElement else {
                                         ^~~~~~~~~~
Foundation.XMLElement:2:18: note: 'XMLElement' has been explicitly marked unavailable here
public typealias XMLElement = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:207:40: error: value of type 'XMLElement' (aka 'AnyObject') has no member 'attribute'
            let nodeLanguage = element.attribute(forName: SUAppcast.SUXMLLanguage)?.stringValue ?? ""
                               ~~~~~~~ ^~~~~~~~~
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:230:34: warning: conditional cast from 'XMLNode' (aka 'AnyObject') to 'XMLElement' (aka 'AnyObject') always succeeds
        guard let element = node as? XMLElement else {
                                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:230:38: error: 'XMLElement' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        guard let element = node as? XMLElement else {
                                     ^~~~~~~~~~
Foundation.XMLElement:2:18: note: 'XMLElement' has been explicitly marked unavailable here
public typealias XMLElement = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:234:40: error: value of type 'XMLElement' (aka 'AnyObject') has no member 'attributes'
        guard let attributes = element.attributes else {
                               ~~~~~~~ ^~~~~~~~~~
[12/16] Compiling Appcast SPUDownloadData.swift
/host/spi-builder-workspace/Sources/Appcast/SPUDownloadData.swift:13:16: warning: stored property 'URL' of 'Sendable'-conforming struct 'SPUDownloadData' has non-sendable type 'URL'
    public let URL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Appcast/SPUDownloadData.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[13/16] Compiling Appcast SPUSkippedUpdate.swift
/host/spi-builder-workspace/Sources/Appcast/SPUDownloadData.swift:13:16: warning: stored property 'URL' of 'Sendable'-conforming struct 'SPUDownloadData' has non-sendable type 'URL'
    public let URL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Appcast/SPUDownloadData.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[14/16] Compiling Appcast SPUAppcastItemState.swift
[15/16] Compiling Appcast SPUAppcastItemStateResolver.swift
[16/16] Emitting module Appcast
/host/spi-builder-workspace/Sources/Appcast/SPUDownloadData.swift:13:16: warning: stored property 'URL' of 'Sendable'-conforming struct 'SPUDownloadData' has non-sendable type 'URL'
    public let URL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Appcast/SPUDownloadData.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:175:41: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func sparkleNamespacedName(of node: XMLNode) -> String? {
                                        ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:192:30: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func bestNode(in nodes: [XMLNode], name: String) -> XMLNode? {
                             ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:192:57: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func bestNode(in nodes: [XMLNode], name: String) -> XMLNode? {
                                                        ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcast.swift:227:30: error: 'XMLNode' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func attributes(of node: XMLNode) -> AttributesDictionary {
                             ^~~~~~~
Foundation.XMLNode:2:18: note: 'XMLNode' has been explicitly marked unavailable here
public typealias XMLNode = AnyObject
                 ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:61:16: warning: stored property 'fileURL' of 'Sendable'-conforming struct 'SUAppcastItem' has non-sendable type 'URL?'
    public let fileURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:86:16: warning: stored property 'infoURL' of 'Sendable'-conforming struct 'SUAppcastItem' has non-sendable type 'URL?'
    public let infoURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:140:16: warning: stored property 'releaseNotesURL' of 'Sendable'-conforming struct 'SUAppcastItem' has non-sendable type 'URL?'
    public let releaseNotesURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/Appcast/SUAppcastItem.swift:176:16: warning: stored property 'fullReleaseNotesURL' of 'Sendable'-conforming struct 'SUAppcastItem' has non-sendable type 'URL?'
    public let fullReleaseNotesURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
error: fatalError
BUILD FAILURE 5.10 linux