Build Information
Failed to build SwiftPatterns, reference 4.5.0 (e4c8f1
), with Swift 5.10 for Linux on 23 Mar 2025 22:00:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/benspratling4/SwiftPatterns.git
Reference: 4.5.0
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
* tag 4.5.0 -> FETCH_HEAD
HEAD is now at e4c8f15 Add String + replaceWithPrecautionaryWhitespace
Cloned https://github.com/benspratling4/SwiftPatterns.git
Revision (git rev-parse @):
e4c8f15505346d2cb6fd8b4e8b4f456cc25b4d53
SUCCESS checkout https://github.com/benspratling4/SwiftPatterns.git at 4.5.0
========================================
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-0":/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:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
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 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 {
^
[5/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 {
^
[6/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 {
^
[7/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()
~~~~~~~~~ ^~~~~
[8/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()
~~~~~~~~~ ^~~~~
[9/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()
~~~~~~~~~ ^~~~~
[10/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))
^~~~
[11/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))
^~~~
[12/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))
^~~~
[13/31] Compiling SwiftPatterns MediatedAccess.swift
[14/31] Compiling SwiftPatterns PriorityQueue.swift
[15/31] Compiling SwiftPatterns QueuedVar.swift
[16/31] Compiling SwiftPatterns DynamicCodingKeys.swift
[17/31] Compiling SwiftPatterns Int+Bits.swift
[18/31] Compiling SwiftPatterns JSONPrimitive.swift
[19/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
^
[20/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
^
[21/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
^
[22/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
^
[23/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
^~~~~~~~~~~~~~~~
[24/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
^~~~~~~~~~~~~~~~
[25/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
^~~~~~~~~~~~~~~~
[26/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
[27/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
[28/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
error: fatalError
BUILD FAILURE 5.10 linux