The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftPatterns with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/benspratling4/SwiftPatterns.git
Reference: master
Cloned https://github.com/benspratling4/SwiftPatterns.git into spi-builder-workspace
SUCCESS checkout https://github.com/benspratling4/SwiftPatterns.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/24] Emitting module SwiftPatterns
/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 {
                                              ^~~~~~~~~~~~~~~~~
[2/27] Compiling SwiftPatterns QueuedVar.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 {
                                                                                     ^
[3/27] 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 {
                                                                                     ^
[4/27] 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 {
                                                                                     ^
[5/27] Compiling SwiftPatterns Math.swift
[6/27] Compiling SwiftPatterns MediatedAccess.swift
[7/27] Compiling SwiftPatterns PriorityQueue.swift
[8/27] 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
                    ^
/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))
                ^~~~
                
[9/27] Compiling SwiftPatterns Cursor.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
                    ^
/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))
                ^~~~
                
[10/27] Compiling SwiftPatterns DataExtraction.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
                    ^
/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))
                ^~~~
                
[11/27] 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()
                ~~~~~~~~~ ^~~~~
[12/27] 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()
                ~~~~~~~~~ ^~~~~
[13/27] 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()
                ~~~~~~~~~ ^~~~~
[14/27] Compiling SwiftPatterns String+CharacterSet+replacements.swift
[15/27] Compiling SwiftPatterns String+fixes.swift
[16/27] Compiling SwiftPatterns URL+ExtendedAttributes.swift
[17/27] Compiling SwiftPatterns DirectoryMonitor.swift
[18/27] Compiling SwiftPatterns DynamicCodingKeys.swift
[19/27] Compiling SwiftPatterns Int+Bits.swift
[20/27] Compiling SwiftPatterns Alert.swift
[21/27] Compiling SwiftPatterns Array+StableUniqueValues.swift
[22/27] Compiling SwiftPatterns Array+dropLastWhile.swift
[23/27] Compiling SwiftPatterns JSONPrimitive.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
                                   ^~~~~~~~~~~~~~~~
[24/27] 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
                                   ^~~~~~~~~~~~~~~~
[25/27] 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
                                   ^~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 2