The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftXML, reference main (4d5fa9), with Swift 6.1 for macOS (SPM) on 25 Nov 2025 20:40:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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.1
Building package at path:  $PWD
https://github.com/stefanspringer1/SwiftXML.git
https://github.com/stefanspringer1/SwiftXML.git
{
  "dependencies" : [
    {
      "identity" : "swiftxmlparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.6",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stefanspringer1/SwiftXMLParser"
    }
  ],
  "manifest_display_name" : "SwiftXML",
  "name" : "SwiftXML",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftXML",
      "targets" : [
        "SwiftXML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftXMLTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLTests",
      "path" : "Tests/SwiftXMLTests",
      "sources" : [
        "AttributeNamespacesTests.swift",
        "FromReadme.swift",
        "NamespacesTests.swift",
        "ProcessingInstructionIterationTests.swift",
        "SequenceTypesTest.swift",
        "SwiftXMLTests.swift",
        "ToolsTests.swift",
        "UtilitiesTest.swift"
      ],
      "target_dependencies" : [
        "SwiftXML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftXML",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXML",
      "path" : "Sources/SwiftXML",
      "product_dependencies" : [
        "SwiftXMLParser"
      ],
      "product_memberships" : [
        "SwiftXML"
      ],
      "sources" : [
        "Builder/XParseBuilder.swift",
        "Exports.swift",
        "Iteration/BasicIterators.swift",
        "Iteration/ChainedIterators.swift",
        "Iteration/ConvenienceExtensions.swift",
        "Iteration/IterationExtensions.swift",
        "Iteration/IteratorProtocols.swift",
        "Iteration/SequenceConcatenation.swift",
        "Iteration/Sequences.swift",
        "Iteration/WrappingIterators.swift",
        "Parsing/Parsing.swift",
        "Utilities.swift",
        "XML/Document.swift",
        "XML/Namespaces.swift",
        "XML/Nodes.swift",
        "XML/Production.swift",
        "XML/Tools.swift",
        "XML/Transformation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/9] Compiling SwiftXMLInterfaces Parser.swift
[6/9] Compiling SwiftXMLInterfaces Utilities.swift
[7/9] Compiling SwiftXMLInterfaces Errors.swift
[8/9] Compiling SwiftXMLInterfaces Events.swift
[9/9] Emitting module SwiftXMLInterfaces
[10/12] Compiling SwiftXMLParser CharacterCodes.swift
[11/12] Compiling SwiftXMLParser XParser.swift
[12/12] Emitting module SwiftXMLParser
[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
[15/31] Compiling SwiftXML Document.swift
/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,
[16/31] Compiling SwiftXML Namespaces.swift
/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,
[17/31] Compiling SwiftXML Sequences.swift
[18/31] Compiling SwiftXML WrappingIterators.swift
[19/31] Compiling SwiftXML IteratorProtocols.swift
[20/31] Compiling SwiftXML SequenceConcatenation.swift
[21/31] Compiling SwiftXML BasicIterators.swift
[22/31] Compiling SwiftXML ChainedIterators.swift
[23/31] Compiling SwiftXML Parsing.swift
[24/31] Compiling SwiftXML Utilities.swift
[25/31] Compiling SwiftXML XParseBuilder.swift
[26/31] Compiling SwiftXML Exports.swift
[27/31] Compiling SwiftXML Nodes.swift
[28/31] Compiling SwiftXML Production.swift
[29/31] Emitting module SwiftXML
/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(
[30/31] Compiling SwiftXML ConvenienceExtensions.swift
[31/31] Compiling SwiftXML IterationExtensions.swift
Build complete! (12.69s)
Fetching https://github.com/stefanspringer1/SwiftXMLParser
[1/914] Fetching swiftxmlparser
Fetched https://github.com/stefanspringer1/SwiftXMLParser from cache (0.77s)
Computing version for https://github.com/stefanspringer1/SwiftXMLParser
Computed https://github.com/stefanspringer1/SwiftXMLParser at 7.0.9 (1.29s)
Fetching https://github.com/stefanspringer1/SwiftXMLInterfaces
[1/653] Fetching swiftxmlinterfaces
Fetched https://github.com/stefanspringer1/SwiftXMLInterfaces from cache (0.79s)
Computing version for https://github.com/stefanspringer1/SwiftXMLInterfaces
Computed https://github.com/stefanspringer1/SwiftXMLInterfaces at 8.0.8 (1.30s)
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 complete.
{
  "dependencies" : [
    {
      "identity" : "swiftxmlparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.6",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stefanspringer1/SwiftXMLParser"
    }
  ],
  "manifest_display_name" : "SwiftXML",
  "name" : "SwiftXML",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftXML",
      "targets" : [
        "SwiftXML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftXMLTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLTests",
      "path" : "Tests/SwiftXMLTests",
      "sources" : [
        "AttributeNamespacesTests.swift",
        "FromReadme.swift",
        "NamespacesTests.swift",
        "ProcessingInstructionIterationTests.swift",
        "SequenceTypesTest.swift",
        "SwiftXMLTests.swift",
        "ToolsTests.swift",
        "UtilitiesTest.swift"
      ],
      "target_dependencies" : [
        "SwiftXML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftXML",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXML",
      "path" : "Sources/SwiftXML",
      "product_dependencies" : [
        "SwiftXMLParser"
      ],
      "product_memberships" : [
        "SwiftXML"
      ],
      "sources" : [
        "Builder/XParseBuilder.swift",
        "Exports.swift",
        "Iteration/BasicIterators.swift",
        "Iteration/ChainedIterators.swift",
        "Iteration/ConvenienceExtensions.swift",
        "Iteration/IterationExtensions.swift",
        "Iteration/IteratorProtocols.swift",
        "Iteration/SequenceConcatenation.swift",
        "Iteration/Sequences.swift",
        "Iteration/WrappingIterators.swift",
        "Parsing/Parsing.swift",
        "Utilities.swift",
        "XML/Document.swift",
        "XML/Namespaces.swift",
        "XML/Nodes.swift",
        "XML/Production.swift",
        "XML/Tools.swift",
        "XML/Transformation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.