The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftXML, reference main (4d5fa9), with Swift 6.0 for macOS (SPM) on 25 Nov 2025 20:40:09 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stefanspringer1/SwiftXML.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stefanspringer1/SwiftXML
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4d5fa97 changed deprecation notice
Cloned https://github.com/stefanspringer1/SwiftXML.git
Revision (git rev-parse @):
4d5fa973b768bee5ac3df03167a3d9e9ee8e7556
SUCCESS checkout https://github.com/stefanspringer1/SwiftXML.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/stefanspringer1/SwiftXML.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/9] Compiling SwiftXMLInterfaces Utilities.swift
[6/9] Compiling SwiftXMLInterfaces Parser.swift
[7/9] Compiling SwiftXMLInterfaces Errors.swift
[8/9] Compiling SwiftXMLInterfaces Events.swift
[9/9] Emitting module SwiftXMLInterfaces
[10/12] Emitting module SwiftXMLParser
[11/12] Compiling SwiftXMLParser CharacterCodes.swift
[12/12] Compiling SwiftXMLParser XParser.swift
[13/30] Compiling SwiftXML Tools.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Tools.swift:203:23: warning: 'parse(fromData:sourceInfo:eventHandlers:immediateTextHandlingNearEntities:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXMLParser instead and note the version number being reset to 1.0.0
201 |         let eventHandler = PublicIDAndRootReader()
202 |
203 |         try XParser().parse(fromData: self.getData(), eventHandlers: [eventHandler])
    |                       `- warning: 'parse(fromData:sourceInfo:eventHandlers:immediateTextHandlingNearEntities:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXMLParser instead and note the version number being reset to 1.0.0
204 |
205 |         return XDocumentProperties(
[14/31] Compiling SwiftXML Transformation.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/31] Emitting module SwiftXML
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 |         linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 |     ) {
    |     `- error: unexpected ',' separator
168 |         self.writeEmptyTags = writeEmptyTags
169 |         self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 |         prefixTranslations: [String:String]?,
530 |         suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 |     ) {
    |     `- error: unexpected ',' separator
532 |         self.textAllowedInElementWithName = textAllowedInElementWithName
533 |         self.indentation = indentation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Tools.swift:203:23: warning: 'parse(fromData:sourceInfo:eventHandlers:immediateTextHandlingNearEntities:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXMLParser instead and note the version number being reset to 1.0.0
201 |         let eventHandler = PublicIDAndRootReader()
202 |
203 |         try XParser().parse(fromData: self.getData(), eventHandlers: [eventHandler])
    |                       `- warning: 'parse(fromData:sourceInfo:eventHandlers:immediateTextHandlingNearEntities:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXMLParser instead and note the version number being reset to 1.0.0
204 |
205 |         return XDocumentProperties(
[16/31] Compiling SwiftXML ConvenienceExtensions.swift
[17/31] Compiling SwiftXML IterationExtensions.swift
[18/31] Compiling SwiftXML Sequences.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
[19/31] Compiling SwiftXML WrappingIterators.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
[20/31] Compiling SwiftXML BasicIterators.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 |         linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 |     ) {
    |     `- error: unexpected ',' separator
168 |         self.writeEmptyTags = writeEmptyTags
169 |         self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 |         prefixTranslations: [String:String]?,
530 |         suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 |     ) {
    |     `- error: unexpected ',' separator
532 |         self.textAllowedInElementWithName = textAllowedInElementWithName
533 |         self.indentation = indentation
[21/31] Compiling SwiftXML ChainedIterators.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 |         linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 |     ) {
    |     `- error: unexpected ',' separator
168 |         self.writeEmptyTags = writeEmptyTags
169 |         self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 |         prefixTranslations: [String:String]?,
530 |         suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 |     ) {
    |     `- error: unexpected ',' separator
532 |         self.textAllowedInElementWithName = textAllowedInElementWithName
533 |         self.indentation = indentation
[22/31] Compiling SwiftXML XParseBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
[23/31] Compiling SwiftXML Exports.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
[24/31] Compiling SwiftXML IteratorProtocols.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
[25/31] Compiling SwiftXML SequenceConcatenation.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
[26/31] Compiling SwiftXML Nodes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 |         linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 |     ) {
    |     `- error: unexpected ',' separator
168 |         self.writeEmptyTags = writeEmptyTags
169 |         self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 |         prefixTranslations: [String:String]?,
530 |         suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 |     ) {
    |     `- error: unexpected ',' separator
532 |         self.textAllowedInElementWithName = textAllowedInElementWithName
533 |         self.indentation = indentation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
[27/31] Compiling SwiftXML Production.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 |         linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 |     ) {
    |     `- error: unexpected ',' separator
168 |         self.writeEmptyTags = writeEmptyTags
169 |         self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 |         prefixTranslations: [String:String]?,
530 |         suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 |     ) {
    |     `- error: unexpected ',' separator
532 |         self.textAllowedInElementWithName = textAllowedInElementWithName
533 |         self.indentation = indentation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
[28/31] Compiling SwiftXML Document.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:282:24: warning: 'init(xmlVersion:encoding:standalone:attached:registeringAttributes:registeringValuesForAttributes:registeringAttributesWithPrefix:registeringValuesForAttributesWithPrefix:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXML instead and note the version number being reset to 1.0.0
280 |         pointingToClone: Bool
281 |     ) -> XDocument {
282 |         let theClone = XDocument(
    |                        `- warning: 'init(xmlVersion:encoding:standalone:attached:registeringAttributes:registeringValuesForAttributes:registeringAttributesWithPrefix:registeringValuesForAttributesWithPrefix:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXML instead and note the version number being reset to 1.0.0
283 |             registeringAttributes: attributeRegisterMode ?? self._attributeRegisterMode,
284 |             registeringValuesForAttributes: AttributeRegisterMode ?? self._attributeValueRegisterMode,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 |         linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 |     ) {
    |     `- error: unexpected ',' separator
168 |         self.writeEmptyTags = writeEmptyTags
169 |         self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 |         prefixTranslations: [String:String]?,
530 |         suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 |     ) {
    |     `- error: unexpected ',' separator
532 |         self.textAllowedInElementWithName = textAllowedInElementWithName
533 |         self.indentation = indentation
[29/31] Compiling SwiftXML Namespaces.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:282:24: warning: 'init(xmlVersion:encoding:standalone:attached:registeringAttributes:registeringValuesForAttributes:registeringAttributesWithPrefix:registeringValuesForAttributesWithPrefix:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXML instead and note the version number being reset to 1.0.0
280 |         pointingToClone: Bool
281 |     ) -> XDocument {
282 |         let theClone = XDocument(
    |                        `- warning: 'init(xmlVersion:encoding:standalone:attached:registeringAttributes:registeringValuesForAttributes:registeringAttributesWithPrefix:registeringValuesForAttributesWithPrefix:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXML instead and note the version number being reset to 1.0.0
283 |             registeringAttributes: attributeRegisterMode ?? self._attributeRegisterMode,
284 |             registeringValuesForAttributes: AttributeRegisterMode ?? self._attributeValueRegisterMode,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 |         linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 |     ) {
    |     `- error: unexpected ',' separator
168 |         self.writeEmptyTags = writeEmptyTags
169 |         self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 |         prefixTranslations: [String:String]?,
530 |         suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 |     ) {
    |     `- error: unexpected ',' separator
532 |         self.textAllowedInElementWithName = textAllowedInElementWithName
533 |         self.indentation = indentation
[30/31] Compiling SwiftXML Parsing.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
[31/31] Compiling SwiftXML Utilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 |     )  -> XDocument {
    |     `- error: unexpected ',' separator
328 |         _clone(
329 |             keepAttachments: keepAttachments,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 |         registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 |         registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 |     ) {
    |     `- error: unexpected ',' separator
852 |         self.xmlVersion = xmlVersion
853 |         self.encoding = encoding
Fetching https://github.com/stefanspringer1/SwiftXMLParser
[10/914] Fetching swiftxmlparser
Fetched https://github.com/stefanspringer1/SwiftXMLParser from cache (0.79s)
Computing version for https://github.com/stefanspringer1/SwiftXMLParser
Computed https://github.com/stefanspringer1/SwiftXMLParser at 7.0.9 (0.46s)
Fetching https://github.com/stefanspringer1/SwiftXMLInterfaces
[1/653] Fetching swiftxmlinterfaces
Fetched https://github.com/stefanspringer1/SwiftXMLInterfaces from cache (0.77s)
Computing version for https://github.com/stefanspringer1/SwiftXMLInterfaces
Computed https://github.com/stefanspringer1/SwiftXMLInterfaces at 8.0.8 (0.47s)
Creating working copy for https://github.com/stefanspringer1/SwiftXMLInterfaces
Working copy of https://github.com/stefanspringer1/SwiftXMLInterfaces resolved at 8.0.8
Creating working copy for https://github.com/stefanspringer1/SwiftXMLParser
Working copy of https://github.com/stefanspringer1/SwiftXMLParser resolved at 7.0.9
BUILD FAILURE 6.0 macosSpm