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 SwiftPatterns, reference master (7223d0), with Swift 5.10 for Linux on 16 Aug 2025 22:49:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/benspratling4/SwiftPatterns.git
Reference: master
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/benspratling4/SwiftPatterns
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7223d0f Fix crash bug in replacing attributed strings.
Cloned https://github.com/benspratling4/SwiftPatterns.git
Revision (git rev-parse @):
7223d0f3908c3504d18dcdaa129664b347db318e
SUCCESS checkout https://github.com/benspratling4/SwiftPatterns.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/benspratling4/SwiftPatterns.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SwiftPatterns/PrivacyInfo.xcprivacy
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/28] Emitting module SwiftPatterns
/host/spi-builder-workspace/Sources/SwiftPatterns/String+insertWithPrecautionaryWhitespace.swift:46:59: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^
/host/spi-builder-workspace/Sources/SwiftPatterns/String+insertWithPrecautionaryWhitespace.swift:46:59: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          iOS
/host/spi-builder-workspace/Sources/SwiftPatterns/String+insertWithPrecautionaryWhitespace.swift:46:59: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          Windows
/host/spi-builder-workspace/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
        fileprivate var directoryMonitor:DirectoryMonitor?
                                         ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:25:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SubResourceWrapping : class, SerializedResourceWrapping {
                                      ^~~~~
                                      AnyObject
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:85:16: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        let xmlParser:XMLParser
                      ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:101:44: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parserDidEndDocument(_ parser:XMLParser) {
                                                  ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:106:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:114:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:118:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, foundCharacters string: String) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:128:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
                                              ^~~~~~~~~~~~~~~~~
[4/31] Compiling SwiftPatterns LocalFileSource.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
        fileprivate var directoryMonitor:DirectoryMonitor?
                                         ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/LocalFileSource.swift:34:22: error: cannot find 'DirectoryMonitor' in scope
                directoryMonitor = DirectoryMonitor(directoryURL: directoryURL, handler: { [weak self] in
                                   ^~~~~~~~~~~~~~~~
[5/31] Compiling SwiftPatterns LogSearch.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
        fileprivate var directoryMonitor:DirectoryMonitor?
                                         ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/LocalFileSource.swift:34:22: error: cannot find 'DirectoryMonitor' in scope
                directoryMonitor = DirectoryMonitor(directoryURL: directoryURL, handler: { [weak self] in
                                   ^~~~~~~~~~~~~~~~
[6/31] Compiling SwiftPatterns Math.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/LocalFileSource.swift:25:35: error: cannot find type 'DirectoryMonitor' in scope
        fileprivate var directoryMonitor:DirectoryMonitor?
                                         ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/LocalFileSource.swift:34:22: error: cannot find 'DirectoryMonitor' in scope
                directoryMonitor = DirectoryMonitor(directoryURL: directoryURL, handler: { [weak self] in
                                   ^~~~~~~~~~~~~~~~
[7/31] Compiling SwiftPatterns Alert.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/ChangeSet.swift:78:7: warning: variable 'exhaustedOld' was written to, but never read
                var exhaustedOld:Bool = false
                    ^
/host/spi-builder-workspace/Sources/SwiftPatterns/ChangeSet.swift:79:7: warning: variable 'exhaustedNew' was written to, but never read
                var exhaustedNew:Bool = false
                    ^
[8/31] Compiling SwiftPatterns Array+StableUniqueValues.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/ChangeSet.swift:78:7: warning: variable 'exhaustedOld' was written to, but never read
                var exhaustedOld:Bool = false
                    ^
/host/spi-builder-workspace/Sources/SwiftPatterns/ChangeSet.swift:79:7: warning: variable 'exhaustedNew' was written to, but never read
                var exhaustedNew:Bool = false
                    ^
[9/31] Compiling SwiftPatterns Array+dropLastWhile.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/ChangeSet.swift:78:7: warning: variable 'exhaustedOld' was written to, but never read
                var exhaustedOld:Bool = false
                    ^
/host/spi-builder-workspace/Sources/SwiftPatterns/ChangeSet.swift:79:7: warning: variable 'exhaustedNew' was written to, but never read
                var exhaustedNew:Bool = false
                    ^
[10/31] Compiling SwiftPatterns ChangeSet.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/ChangeSet.swift:78:7: warning: variable 'exhaustedOld' was written to, but never read
                var exhaustedOld:Bool = false
                    ^
/host/spi-builder-workspace/Sources/SwiftPatterns/ChangeSet.swift:79:7: warning: variable 'exhaustedNew' was written to, but never read
                var exhaustedNew:Bool = false
                    ^
[11/31] Compiling SwiftPatterns MediatedAccess.swift
[12/31] Compiling SwiftPatterns PriorityQueue.swift
[13/31] Compiling SwiftPatterns QueuedVar.swift
[14/31] Compiling SwiftPatterns Cursor.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/DataExtraction.swift:19:3: warning: using '_' to ignore the result of a Void-returning function is redundant
                _ = self.copyBytes(to: bufferPointer, from: index..<(index + width))
                ^~~~

[15/31] Compiling SwiftPatterns DataExtraction.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/DataExtraction.swift:19:3: warning: using '_' to ignore the result of a Void-returning function is redundant
                _ = self.copyBytes(to: bufferPointer, from: index..<(index + width))
                ^~~~

[16/31] Compiling SwiftPatterns DirectoryMonitor.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/DataExtraction.swift:19:3: warning: using '_' to ignore the result of a Void-returning function is redundant
                _ = self.copyBytes(to: bufferPointer, from: index..<(index + width))
                ^~~~

[17/31] Compiling SwiftPatterns SerializedResourceWrapping.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:25:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SubResourceWrapping : class, SerializedResourceWrapping {
                                      ^~~~~
                                      AnyObject
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:344:39: warning: setter argument 'newValue' was never used, but the property was accessed
                        representation = FileWrapping(data:contents, name:url.lastPathComponent)
                                                           ^
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:344:39: note: did you mean to use 'newValue' instead of accessing the property's current value?
                        representation = FileWrapping(data:contents, name:url.lastPathComponent)
                                                           ^~~~~~~~
                                                           newValue
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:461:7: error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
                        if isDir {
                           ^~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:488:72: error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
                if fileManager.fileExists(atPath: url.path, isDirectory: &isDir) || !isDir {
                                                                                     ^
[18/31] Compiling SwiftPatterns SkippingDecodeErrors.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:25:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SubResourceWrapping : class, SerializedResourceWrapping {
                                      ^~~~~
                                      AnyObject
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:344:39: warning: setter argument 'newValue' was never used, but the property was accessed
                        representation = FileWrapping(data:contents, name:url.lastPathComponent)
                                                           ^
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:344:39: note: did you mean to use 'newValue' instead of accessing the property's current value?
                        representation = FileWrapping(data:contents, name:url.lastPathComponent)
                                                           ^~~~~~~~
                                                           newValue
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:461:7: error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
                        if isDir {
                           ^~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:488:72: error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
                if fileManager.fileExists(atPath: url.path, isDirectory: &isDir) || !isDir {
                                                                                     ^
[19/31] Compiling SwiftPatterns String+CharacterSet+replacements.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:25:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol SubResourceWrapping : class, SerializedResourceWrapping {
                                      ^~~~~
                                      AnyObject
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:344:39: warning: setter argument 'newValue' was never used, but the property was accessed
                        representation = FileWrapping(data:contents, name:url.lastPathComponent)
                                                           ^
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:344:39: note: did you mean to use 'newValue' instead of accessing the property's current value?
                        representation = FileWrapping(data:contents, name:url.lastPathComponent)
                                                           ^~~~~~~~
                                                           newValue
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:461:7: error: cannot convert value of type 'ObjCBool' to expected condition type 'Bool'
                        if isDir {
                           ^~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/SerializedResourceWrapping.swift:488:72: error: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
                if fileManager.fileExists(atPath: url.path, isDirectory: &isDir) || !isDir {
                                                                                     ^
[20/31] Compiling SwiftPatterns String+fixes.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/String+insertWithPrecautionaryWhitespace.swift:46:59: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^
/host/spi-builder-workspace/Sources/SwiftPatterns/String+insertWithPrecautionaryWhitespace.swift:46:59: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          iOS
/host/spi-builder-workspace/Sources/SwiftPatterns/String+insertWithPrecautionaryWhitespace.swift:46:59: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          Windows
[21/31] Compiling SwiftPatterns String+insertWithPrecautionaryWhitespace.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/String+insertWithPrecautionaryWhitespace.swift:46:59: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^
/host/spi-builder-workspace/Sources/SwiftPatterns/String+insertWithPrecautionaryWhitespace.swift:46:59: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          iOS
/host/spi-builder-workspace/Sources/SwiftPatterns/String+insertWithPrecautionaryWhitespace.swift:46:59: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          Windows
[22/31] Compiling SwiftPatterns URL+ExtendedAttributes.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/String+insertWithPrecautionaryWhitespace.swift:46:59: warning: unknown operating system for build configuration 'os'
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^
/host/spi-builder-workspace/Sources/SwiftPatterns/String+insertWithPrecautionaryWhitespace.swift:46:59: note: did you mean 'iOS'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          iOS
/host/spi-builder-workspace/Sources/SwiftPatterns/String+insertWithPrecautionaryWhitespace.swift:46:59: note: did you mean 'Windows'?
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                          ^~~~~~~~
                                                          Windows
[23/31] Compiling SwiftPatterns DynamicCodingKeys.swift
[24/31] Compiling SwiftPatterns Int+Bits.swift
[25/31] Compiling SwiftPatterns JSONPrimitive.swift
[26/31] Compiling SwiftPatterns URL+relativePaths.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/URL+relativePaths.swift:34:15: warning: immutable value 'childComponent' was never used; consider replacing with '_' or removing it
                for (index, childComponent) in parentComponents.enumerated() {
                            ^~~~~~~~~~~~~~
                            _
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:85:16: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        let xmlParser:XMLParser
                      ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:101:44: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parserDidEndDocument(_ parser:XMLParser) {
                                                  ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:106:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:114:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:118:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, foundCharacters string: String) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:128:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
                                              ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:91:15: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
                xmlParser = XMLParser(data: data)
                            ^~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:93:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
                xmlParser.delegate = self
                ~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:98:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
                xmlParser.parse()
                ~~~~~~~~~ ^~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:142:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
                xmlParser.parse()
                ~~~~~~~~~ ^~~~~
[27/31] Compiling SwiftPatterns WeightedNode.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/URL+relativePaths.swift:34:15: warning: immutable value 'childComponent' was never used; consider replacing with '_' or removing it
                for (index, childComponent) in parentComponents.enumerated() {
                            ^~~~~~~~~~~~~~
                            _
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:85:16: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        let xmlParser:XMLParser
                      ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:101:44: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parserDidEndDocument(_ parser:XMLParser) {
                                                  ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:106:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:114:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:118:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, foundCharacters string: String) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:128:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
                                              ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:91:15: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
                xmlParser = XMLParser(data: data)
                            ^~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:93:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
                xmlParser.delegate = self
                ~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:98:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
                xmlParser.parse()
                ~~~~~~~~~ ^~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:142:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
                xmlParser.parse()
                ~~~~~~~~~ ^~~~~
[28/31] Compiling SwiftPatterns XMLItem.swift
/host/spi-builder-workspace/Sources/SwiftPatterns/URL+relativePaths.swift:34:15: warning: immutable value 'childComponent' was never used; consider replacing with '_' or removing it
                for (index, childComponent) in parentComponents.enumerated() {
                            ^~~~~~~~~~~~~~
                            _
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:85:16: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        let xmlParser:XMLParser
                      ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:101:44: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parserDidEndDocument(_ parser:XMLParser) {
                                                  ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:106:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String]) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:114:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:118:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, foundCharacters string: String) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:128:31: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
        public func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                                     ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:84:47: error: cannot find type 'XMLParserDelegate' in scope
public class DataToXMLItemFactory : NSObject, XMLParserDelegate {
                                              ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:91:15: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
                xmlParser = XMLParser(data: data)
                            ^~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:93:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'delegate'
                xmlParser.delegate = self
                ~~~~~~~~~ ^~~~~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:98:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
                xmlParser.parse()
                ~~~~~~~~~ ^~~~~
/host/spi-builder-workspace/Sources/SwiftPatterns/XMLItem.swift:142:13: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'parse'
                xmlParser.parse()
                ~~~~~~~~~ ^~~~~
error: fatalError
BUILD FAILURE 5.10 linux