The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftXMLCoder, reference main (666369), with Swift 6.1 for macOS (SPM) on 16 Apr 2026 22:59:18 UTC.

Swift 6 data race errors: 2

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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFranceschi6/swift-xml-coder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MFranceschi6/swift-xml-coder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 666369c 🐛 fix(fuzz): fix bash 3.2 unbound-array error and stale-cache linking failures
Cloned https://github.com/MFranceschi6/swift-xml-coder.git
Revision (git rev-parse @):
666369ce56816599eb686d69d865d9b841ce1f24
SUCCESS checkout https://github.com/MFranceschi6/swift-xml-coder.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MFranceschi6/swift-xml-coder.git
https://github.com/MFranceschi6/swift-xml-coder.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SwiftXMLCoder",
  "name" : "SwiftXMLCoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftXMLCoder",
      "targets" : [
        "SwiftXMLCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftXMLCoderMacros",
      "targets" : [
        "SwiftXMLCoderMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftXMLCoderTestSupport",
      "targets" : [
        "SwiftXMLCoderTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftXMLCoderMacroImplementation",
      "targets" : [
        "SwiftXMLCoderMacroImplementation"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "XMLCoderCompatibility",
      "module_type" : "SwiftTarget",
      "name" : "XMLCoderCompatibility",
      "path" : "Sources/XMLCoderCompatibility",
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "Compatibility.swift"
      ],
      "target_dependencies" : [
        "CLibXML2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoderTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderTests",
      "path" : "Tests/SwiftXMLCoderTests",
      "sources" : [
        "GeneratedModelContractTests.swift",
        "XMLCDATAMacroIntegrationTests.swift",
        "XMLCanonicalizerContractHarness.swift",
        "XMLCanonicalizerTests.swift",
        "XMLConcurrencyStressTests.swift",
        "XMLContainerCoverageTests.swift",
        "XMLCoverageBoost2Tests.swift",
        "XMLCoverageBoost3Tests.swift",
        "XMLCoverageBoost4Tests.swift",
        "XMLCoverageBoostTests.swift",
        "XMLDateFormatMacroIntegrationTests.swift",
        "XMLDecoderTests.swift",
        "XMLDiagnosticsTests.swift",
        "XMLDocumentCoverageTests.swift",
        "XMLDocumentXPathTests.swift",
        "XMLEncoderEventTests.swift",
        "XMLEncoderTests.swift",
        "XMLExpandEmptyMacroIntegrationTests.swift",
        "XMLFieldMappingTests.swift",
        "XMLFieldNamespaceTests.swift",
        "XMLKeyTransformStrategyTests.swift",
        "XMLNamespaceResolverTests.swift",
        "XMLNodeLineNumberTests.swift",
        "XMLSAXDecoderTests.swift",
        "XMLSAXTreeParityTests.swift",
        "XMLScalarCoverageTests.swift",
        "XMLStreamParserTests.swift",
        "XMLStreamWriterTests.swift",
        "XMLStreamingDecoderTests.swift",
        "XMLStreamingLargeInputStressTests.swift",
        "XMLStructuralFidelityTests.swift",
        "XMLStructuredLoggingTests.swift",
        "XMLTemporalTypesTests.swift",
        "XMLTestingToolkitIntegrationTests.swift",
        "XMLTreeHardeningTests.swift",
        "XMLTreeModelTests.swift",
        "XMLTreeParserWriterTests.swift"
      ],
      "target_dependencies" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderTestSupport",
        "SwiftXMLCoderMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftXMLCoderTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderTestSupport",
      "path" : "Sources/SwiftXMLCoderTestSupport",
      "product_memberships" : [
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "XMLCanonicalizerContractProbe.swift",
        "XMLCanonicalizerFailureProbeResult.swift",
        "XMLCanonicalizerOrderProbeResult.swift",
        "XMLCapturingLogHandler.swift",
        "XMLTestCallRecorder.swift",
        "XMLTestCodecError.swift",
        "XMLTestDecoderSpy.swift",
        "XMLTestEncoderSpy.swift",
        "XMLTestFailingTransform.swift",
        "XMLTestRecordingTransform.swift"
      ],
      "target_dependencies" : [
        "SwiftXMLCoder"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoderOwnership6",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderOwnership6",
      "path" : "Sources/SwiftXMLCoderOwnership6",
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "XMLCharOwnership.swift"
      ],
      "target_dependencies" : [
        "XMLCoderCompatibility",
        "SwiftXMLCoderCShim"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoderMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderMacros",
      "path" : "Sources/SwiftXMLCoderMacros",
      "product_memberships" : [
        "SwiftXMLCoderMacros"
      ],
      "sources" : [
        "XMLCodableMacros.swift"
      ],
      "target_dependencies" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacroImplementation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoderMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderMacroTests",
      "path" : "Tests/SwiftXMLCoderMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "XMLMacroDiagnosticsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftXMLCoderMacroImplementation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftXMLCoderMacroImplementation",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderMacroImplementation",
      "path" : "Sources/SwiftXMLCoderMacroImplementation",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftDiagnostics"
      ],
      "product_memberships" : [
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderMacroImplementation"
      ],
      "sources" : [
        "SwiftSOAPXMLMacroPlugin.swift",
        "XMLAttributeMacro.swift",
        "XMLCDATAMacro.swift",
        "XMLCodableMacro.swift",
        "XMLDateFormatMacro.swift",
        "XMLElementMacro.swift",
        "XMLExpandEmptyMacro.swift",
        "XMLFieldNamespaceMacro.swift",
        "XMLIgnoreMacro.swift",
        "XMLNamespaceMacro.swift",
        "XMLTextMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftXMLCoderCShim",
      "module_type" : "ClangTarget",
      "name" : "SwiftXMLCoderCShim",
      "path" : "Sources/SwiftXMLCoderCShim",
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "SwiftXMLCoderCShim.c"
      ],
      "target_dependencies" : [
        "CLibXML2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoder",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoder",
      "path" : "Sources/SwiftXMLCoder",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "LibXML2.swift",
        "XMLCanonicalizationOptions.swift",
        "XMLCanonicalizer.swift",
        "XMLDateFormatHint.swift",
        "XMLDecoder+Codable.swift",
        "XMLDecoder.swift",
        "XMLDefaultCanonicalizer.swift",
        "XMLDocument.swift",
        "XMLDocumentNode.swift",
        "XMLEncoder+Codable.swift",
        "XMLEncoder.swift",
        "XMLEventEncoder+Codable.swift",
        "XMLEventTransform.swift",
        "XMLExpandEmptyProvider.swift",
        "XMLFieldCoding.swift",
        "XMLInteropBounds.swift",
        "XMLItemDecoder.swift",
        "XMLKeyTransformStrategy.swift",
        "XMLNamespace.swift",
        "XMLNamespaceDeclaration.swift",
        "XMLNamespaceResolver.swift",
        "XMLNode.swift",
        "XMLParsingError.swift",
        "XMLQualifiedName.swift",
        "XMLRootNode.swift",
        "XMLSAXDecoder+Codable.swift",
        "XMLScalarDecoder.swift",
        "XMLStreamEvent.swift",
        "XMLStreamParser+SAX.swift",
        "XMLStreamParser.swift",
        "XMLStreamWriter+Logic.swift",
        "XMLStreamWriter.swift",
        "XMLStreamWriterSink.swift",
        "XMLStreamingDecoder+Codable.swift",
        "XMLStringEncodingHint.swift",
        "XMLTemporalCoding.swift",
        "XMLTemporalTypes.swift",
        "XMLTransform.swift",
        "XMLTreeAttribute.swift",
        "XMLTreeDocument+Events.swift",
        "XMLTreeDocument.swift",
        "XMLTreeElement.swift",
        "XMLTreeMetadata.swift",
        "XMLTreeNode.swift",
        "XMLTreeParser+Logic.swift",
        "XMLTreeParser.swift",
        "XMLTreeWriter+Logic.swift",
        "XMLTreeWriter.swift",
        "XMLValidationPolicy.swift"
      ],
      "target_dependencies" : [
        "XMLCoderCompatibility",
        "SwiftXMLCoderCShim",
        "SwiftXMLCoderOwnership6"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibXML2",
      "module_type" : "SystemLibraryTarget",
      "name" : "CLibXML2",
      "path" : "Sources/CLibXML2",
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.1"
}
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/35] Write sources
[29/35] Compiling _SwiftSyntaxCShims dummy.c
[30/35] Write swift-version-2F0A5646E1D333AE.txt
[31/57] Compiling SwiftXMLCoderCShim SwiftXMLCoderCShim.c
[34/57] Emitting module SwiftSyntax600
[35/57] Compiling SwiftSyntax600 Empty.swift
[36/57] Compiling SwiftSyntax510 Empty.swift
[37/57] Emitting module SwiftSyntax509
[38/57] Emitting module SwiftSyntax510
[39/57] Compiling SwiftSyntax509 Empty.swift
[40/117] Compiling XMLCoderCompatibility Compatibility.swift
[41/121] Emitting module XMLCoderCompatibility
[42/122] Compiling XMLCoderCompatibility Compatibility.swift
[43/124] Emitting module XMLCoderCompatibility
[44/124] Emitting module SwiftXMLCoderOwnership6
[45/124] Compiling SwiftXMLCoderOwnership6 XMLCharOwnership.swift
[47/126] Emitting module SwiftXMLCoderOwnership6
[48/126] Compiling SwiftSyntax AbsolutePosition.swift
[49/126] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[50/126] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[51/126] Compiling SwiftSyntax Assert.swift
[52/126] Compiling SwiftSyntax BumpPtrAllocator.swift
[53/126] Compiling SwiftSyntax CommonAncestor.swift
[54/126] Compiling SwiftSyntax Convenience.swift
[55/126] Compiling SwiftSyntax CustomTraits.swift
[56/133] Compiling Logging MetadataProvider.swift
[57/133] Emitting module Logging
[58/133] Compiling Logging Locks.swift
[59/133] Compiling Logging MetadataProvider.swift
[60/133] Compiling Logging LogHandler.swift
[61/133] Compiling Logging LogEvent.swift
[62/133] Compiling Logging Logging.swift
[63/133] Compiling Logging LogHandler.swift
[64/133] Compiling Logging LogEvent.swift
[65/133] Compiling Logging Locks.swift
[66/133] Emitting module Logging
[67/133] Compiling Logging Logging.swift
[68/133] Compiling SwiftSyntax Identifier.swift
[69/133] Compiling SwiftSyntax MemoryLayout.swift
[70/133] Compiling SwiftSyntax MissingNodeInitializers.swift
[71/133] Compiling SwiftSyntax RawSyntax.swift
[72/133] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[73/133] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[74/133] Compiling SwiftSyntax RawSyntaxTokenView.swift
[75/225] Emitting module SwiftXMLCoder
[77/233] Compiling SwiftXMLCoder XMLNamespaceResolver.swift
[78/233] Compiling SwiftXMLCoder XMLNode.swift
[79/233] Compiling SwiftXMLCoder XMLParsingError.swift
[80/233] Compiling SwiftXMLCoder XMLQualifiedName.swift
[81/233] Compiling SwiftXMLCoder XMLRootNode.swift
[82/233] Compiling SwiftXMLCoder XMLEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoder/XMLEncoder.swift:283:13: warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
281 |         let rootNamespaceURI = XMLRootNameResolver.implicitRootElementNamespaceURI(for: T.self)
282 |         let rootQName = XMLQualifiedName(localName: rootElementName, namespaceURI: rootNamespaceURI)
283 |         var rootNamespaceDeclarations: [XMLNamespaceDeclaration] = rootNamespaceURI.map {
    |             `- warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
284 |             [XMLNamespaceDeclaration(prefix: nil, uri: $0)]
285 |         } ?? []
[83/233] Compiling SwiftXMLCoder XMLEventEncoder+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoder/XMLEncoder.swift:283:13: warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
281 |         let rootNamespaceURI = XMLRootNameResolver.implicitRootElementNamespaceURI(for: T.self)
282 |         let rootQName = XMLQualifiedName(localName: rootElementName, namespaceURI: rootNamespaceURI)
283 |         var rootNamespaceDeclarations: [XMLNamespaceDeclaration] = rootNamespaceURI.map {
    |             `- warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
284 |             [XMLNamespaceDeclaration(prefix: nil, uri: $0)]
285 |         } ?? []
[84/233] Compiling SwiftXMLCoder XMLEventTransform.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoder/XMLEncoder.swift:283:13: warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
281 |         let rootNamespaceURI = XMLRootNameResolver.implicitRootElementNamespaceURI(for: T.self)
282 |         let rootQName = XMLQualifiedName(localName: rootElementName, namespaceURI: rootNamespaceURI)
283 |         var rootNamespaceDeclarations: [XMLNamespaceDeclaration] = rootNamespaceURI.map {
    |             `- warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
284 |             [XMLNamespaceDeclaration(prefix: nil, uri: $0)]
285 |         } ?? []
[85/233] Compiling SwiftXMLCoder XMLExpandEmptyProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoder/XMLEncoder.swift:283:13: warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
281 |         let rootNamespaceURI = XMLRootNameResolver.implicitRootElementNamespaceURI(for: T.self)
282 |         let rootQName = XMLQualifiedName(localName: rootElementName, namespaceURI: rootNamespaceURI)
283 |         var rootNamespaceDeclarations: [XMLNamespaceDeclaration] = rootNamespaceURI.map {
    |             `- warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
284 |             [XMLNamespaceDeclaration(prefix: nil, uri: $0)]
285 |         } ?? []
[86/233] Compiling SwiftXMLCoder XMLFieldCoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoder/XMLEncoder.swift:283:13: warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
281 |         let rootNamespaceURI = XMLRootNameResolver.implicitRootElementNamespaceURI(for: T.self)
282 |         let rootQName = XMLQualifiedName(localName: rootElementName, namespaceURI: rootNamespaceURI)
283 |         var rootNamespaceDeclarations: [XMLNamespaceDeclaration] = rootNamespaceURI.map {
    |             `- warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
284 |             [XMLNamespaceDeclaration(prefix: nil, uri: $0)]
285 |         } ?? []
[87/233] Compiling SwiftXMLCoder XMLSAXDecoder+Codable.swift
[88/233] Compiling SwiftXMLCoder XMLScalarDecoder.swift
[89/233] Compiling SwiftXMLCoder XMLStreamEvent.swift
[90/233] Compiling SwiftXMLCoder XMLStreamParser+SAX.swift
[91/233] Compiling SwiftXMLCoder XMLStreamParser.swift
[92/233] Compiling SwiftXMLCoder XMLInteropBounds.swift
[93/233] Compiling SwiftXMLCoder XMLItemDecoder.swift
[94/233] Compiling SwiftXMLCoder XMLKeyTransformStrategy.swift
[95/233] Compiling SwiftXMLCoder XMLNamespace.swift
[96/233] Compiling SwiftXMLCoder XMLNamespaceDeclaration.swift
[97/233] Compiling SwiftXMLCoder XMLTreeDocument.swift
[98/233] Compiling SwiftXMLCoder XMLTreeElement.swift
[99/233] Compiling SwiftXMLCoder XMLTreeMetadata.swift
[100/233] Compiling SwiftXMLCoder XMLTreeNode.swift
[101/233] Compiling SwiftXMLCoder XMLTreeParser+Logic.swift
[102/233] Compiling SwiftXMLCoder XMLTemporalCoding.swift
[103/233] Compiling SwiftXMLCoder XMLTemporalTypes.swift
[104/233] Compiling SwiftXMLCoder XMLTransform.swift
[105/233] Compiling SwiftXMLCoder XMLTreeAttribute.swift
[106/233] Compiling SwiftXMLCoder XMLTreeDocument+Events.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoder/XMLEncoder.swift:283:13: warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
281 |         let rootNamespaceURI = XMLRootNameResolver.implicitRootElementNamespaceURI(for: T.self)
282 |         let rootQName = XMLQualifiedName(localName: rootElementName, namespaceURI: rootNamespaceURI)
283 |         var rootNamespaceDeclarations: [XMLNamespaceDeclaration] = rootNamespaceURI.map {
    |             `- warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
284 |             [XMLNamespaceDeclaration(prefix: nil, uri: $0)]
285 |         } ?? []
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoder/XMLEncoder.swift:283:13: warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
281 |         let rootNamespaceURI = XMLRootNameResolver.implicitRootElementNamespaceURI(for: T.self)
282 |         let rootQName = XMLQualifiedName(localName: rootElementName, namespaceURI: rootNamespaceURI)
283 |         var rootNamespaceDeclarations: [XMLNamespaceDeclaration] = rootNamespaceURI.map {
    |             `- warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
284 |             [XMLNamespaceDeclaration(prefix: nil, uri: $0)]
285 |         } ?? []
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoder/XMLEncoder.swift:283:13: warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
281 |         let rootNamespaceURI = XMLRootNameResolver.implicitRootElementNamespaceURI(for: T.self)
282 |         let rootQName = XMLQualifiedName(localName: rootElementName, namespaceURI: rootNamespaceURI)
283 |         var rootNamespaceDeclarations: [XMLNamespaceDeclaration] = rootNamespaceURI.map {
    |             `- warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
284 |             [XMLNamespaceDeclaration(prefix: nil, uri: $0)]
285 |         } ?? []
[110/233] Compiling SwiftXMLCoder LibXML2.swift
[111/233] Compiling SwiftXMLCoder XMLCanonicalizationOptions.swift
[112/233] Compiling SwiftXMLCoder XMLCanonicalizer.swift
[113/233] Compiling SwiftXMLCoder XMLDateFormatHint.swift
[114/233] Compiling SwiftXMLCoder XMLDecoder+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoder/XMLEncoder.swift:283:13: warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
281 |         let rootNamespaceURI = XMLRootNameResolver.implicitRootElementNamespaceURI(for: T.self)
282 |         let rootQName = XMLQualifiedName(localName: rootElementName, namespaceURI: rootNamespaceURI)
283 |         var rootNamespaceDeclarations: [XMLNamespaceDeclaration] = rootNamespaceURI.map {
    |             `- warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
284 |             [XMLNamespaceDeclaration(prefix: nil, uri: $0)]
285 |         } ?? []
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoder/XMLEncoder.swift:283:13: warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
281 |         let rootNamespaceURI = XMLRootNameResolver.implicitRootElementNamespaceURI(for: T.self)
282 |         let rootQName = XMLQualifiedName(localName: rootElementName, namespaceURI: rootNamespaceURI)
283 |         var rootNamespaceDeclarations: [XMLNamespaceDeclaration] = rootNamespaceURI.map {
    |             `- warning: variable 'rootNamespaceDeclarations' was never mutated; consider changing to 'let' constant
284 |             [XMLNamespaceDeclaration(prefix: nil, uri: $0)]
285 |         } ?? []
[127/233] Compiling SwiftXMLCoder XMLTreeParser.swift
[128/233] Compiling SwiftXMLCoder XMLTreeWriter+Logic.swift
[129/233] Compiling SwiftXMLCoder XMLTreeWriter.swift
[130/233] Compiling SwiftXMLCoder XMLValidationPolicy.swift
[135/233] Compiling SwiftXMLCoder XMLDecoder.swift
[136/233] Compiling SwiftXMLCoder XMLDefaultCanonicalizer.swift
[137/233] Compiling SwiftXMLCoder XMLDocument.swift
[138/233] Compiling SwiftXMLCoder XMLDocumentNode.swift
[139/233] Compiling SwiftXMLCoder XMLEncoder+Codable.swift
[140/233] Compiling SwiftXMLCoder XMLStreamWriter+Logic.swift
[141/233] Compiling SwiftXMLCoder XMLStreamWriter.swift
[142/233] Compiling SwiftXMLCoder XMLStreamWriterSink.swift
[143/233] Compiling SwiftXMLCoder XMLStreamingDecoder+Codable.swift
[144/233] Compiling SwiftXMLCoder XMLStringEncodingHint.swift
[175/233] Emitting module SwiftSyntax
[183/253] Compiling SwiftXMLCoderTestSupport XMLTestFailingTransform.swift
[184/254] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerFailureProbeResult.swift
[185/254] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerContractProbe.swift
[186/254] Emitting module SwiftXMLCoderTestSupport
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoderTestSupport/XMLCapturingLogHandler.swift:50:20: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 48 | /// `XMLCapturingLogHandler` is thread-safe: concurrent log emissions from the
 49 | /// same logger are serialised through an `NSLock`.
 50 | public final class XMLCapturingLogHandler: LogHandler, @unchecked Sendable {
    |                    `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 51 |
 52 |     private let lock = NSLock()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
[187/254] Compiling SwiftXMLCoderTestSupport XMLCapturingLogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoderTestSupport/XMLCapturingLogHandler.swift:50:20: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 48 | /// `XMLCapturingLogHandler` is thread-safe: concurrent log emissions from the
 49 | /// same logger are serialised through an `NSLock`.
 50 | public final class XMLCapturingLogHandler: LogHandler, @unchecked Sendable {
    |                    `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 51 |
 52 |     private let lock = NSLock()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
[188/254] Compiling SwiftXMLCoderTestSupport XMLTestCallRecorder.swift
[189/254] Compiling SwiftXMLCoderTestSupport XMLTestDecoderSpy.swift
[190/254] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerOrderProbeResult.swift
[191/254] Compiling SwiftXMLCoderTestSupport XMLTestEncoderSpy.swift
[192/254] Compiling SwiftXMLCoderTestSupport XMLTestCodecError.swift
[193/254] Compiling SwiftXMLCoderTestSupport XMLTestFailingTransform.swift
[194/254] Compiling SwiftXMLCoderTestSupport XMLTestDecoderSpy.swift
[195/254] Compiling SwiftXMLCoderTestSupport XMLTestEncoderSpy.swift
[196/255] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerOrderProbeResult.swift
[197/255] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerFailureProbeResult.swift
[198/255] Compiling SwiftXMLCoderTestSupport XMLTestCodecError.swift
[199/255] Compiling SwiftXMLCoderTestSupport XMLTestCallRecorder.swift
[200/255] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerContractProbe.swift
[201/255] Emitting module SwiftXMLCoderTestSupport
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoderTestSupport/XMLCapturingLogHandler.swift:50:20: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 48 | /// `XMLCapturingLogHandler` is thread-safe: concurrent log emissions from the
 49 | /// same logger are serialised through an `NSLock`.
 50 | public final class XMLCapturingLogHandler: LogHandler, @unchecked Sendable {
    |                    `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 51 |
 52 |     private let lock = NSLock()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
[202/255] Compiling SwiftXMLCoderTestSupport XMLCapturingLogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXMLCoderTestSupport/XMLCapturingLogHandler.swift:50:20: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 48 | /// `XMLCapturingLogHandler` is thread-safe: concurrent log emissions from the
 49 | /// same logger are serialised through an `NSLock`.
 50 | public final class XMLCapturingLogHandler: LogHandler, @unchecked Sendable {
    |                    `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 51 |
 52 |     private let lock = NSLock()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 |     ///
144 |     /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 |     func log(event: LogEvent)
    |          `- note: requirement 'log(event:)' declared here
146 |
147 |     /// Please do _not_ implement this method when you create a `LogHandler` implementation.
    :
254 |     ///   Implement ``log(event:)`` in your ``LogHandler`` instead.
255 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 |     public func log(event: LogEvent) {
    |                 `- note: 'log(event:)' declared here
257 |         self.log(
258 |             level: event.level,
[203/255] Compiling SwiftXMLCoderTestSupport XMLTestRecordingTransform.swift
[212/255] Compiling SwiftSyntax Tokens.swift
[213/255] Compiling SwiftSyntax TriviaPieces.swift
[214/255] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[215/255] Compiling SwiftSyntax RawSyntaxNodesC.swift
[216/255] Compiling SwiftSyntax RawSyntaxNodesD.swift
[217/255] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[218/255] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[232/255] Compiling SwiftSyntax Trivia.swift
[233/255] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[234/255] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[235/255] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[236/255] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[237/255] Compiling SwiftSyntax RawSyntaxValidation.swift
[238/255] Compiling SwiftSyntax SyntaxNodesAB.swift
[239/255] Compiling SwiftSyntax SyntaxNodesC.swift
[247/255] Compiling SwiftSyntax SyntaxNodesD.swift
[248/255] Compiling SwiftSyntax SyntaxNodesEF.swift
[249/255] Compiling SwiftSyntax SyntaxNodesGHI.swift
[250/255] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[251/255] Compiling SwiftSyntax SyntaxNodesOP.swift
[252/255] Compiling SwiftSyntax SyntaxNodesQRS.swift
[253/255] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[254/313] Compiling SwiftDiagnostics Message.swift
[255/314] Compiling SwiftDiagnostics FixIt.swift
[256/314] Compiling SwiftDiagnostics Note.swift
[257/314] Compiling SwiftBasicFormat Syntax+Extensions.swift
[258/314] Compiling SwiftBasicFormat InferIndentation.swift
[259/314] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[260/314] Emitting module SwiftBasicFormat
[261/314] Compiling SwiftBasicFormat BasicFormat.swift
[262/314] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[263/314] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[264/314] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[265/314] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[266/314] Compiling SwiftDiagnostics Convenience.swift
[267/314] Compiling SwiftDiagnostics Diagnostic.swift
[268/314] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[269/314] Emitting module SwiftDiagnostics
[270/314] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[271/314] Compiling SwiftParser TopLevel.swift
[272/314] Compiling SwiftParser TriviaParser.swift
[273/314] Compiling SwiftParser Types.swift
[274/314] Compiling SwiftParser ExperimentalFeatures.swift
[275/318] Compiling SwiftParser StringLiterals.swift
[276/318] Compiling SwiftParser SwiftParserCompatibility.swift
[277/318] Compiling SwiftParser SwiftVersion.swift
[278/318] Compiling SwiftParser SyntaxUtils.swift
[279/318] Compiling SwiftParser TokenConsumer.swift
[280/318] Compiling SwiftParser TokenPrecedence.swift
[281/318] Compiling SwiftParser TokenSpec.swift
[282/318] Compiling SwiftParser TokenSpecSet.swift
[283/318] Compiling SwiftParser UnicodeScalarExtensions.swift
[284/318] Compiling SwiftParser Lookahead.swift
[285/318] Compiling SwiftParser LoopProgressCondition.swift
[286/318] Compiling SwiftParser Modifiers.swift
[287/318] Compiling SwiftParser Names.swift
[288/318] Compiling SwiftParser Nominals.swift
[289/318] Compiling SwiftParser Parameters.swift
[290/318] Compiling SwiftParser ParseSourceFile.swift
[291/318] Compiling SwiftParser Parser.swift
[292/318] Compiling SwiftParser Patterns.swift
[293/318] Compiling SwiftParser Recovery.swift
[294/318] Compiling SwiftParser Specifiers.swift
[295/318] Compiling SwiftParser Statements.swift
[296/318] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[297/318] Emitting module SwiftParser
[298/318] Compiling SwiftParser Directives.swift
[299/318] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[300/318] Compiling SwiftParser Expressions.swift
[301/318] Compiling SwiftParser IncrementalParseTransition.swift
[302/318] Compiling SwiftParser IsValidIdentifier.swift
[303/318] Compiling SwiftParser Cursor.swift
[304/318] Compiling SwiftParser Lexeme.swift
[305/318] Compiling SwiftParser LexemeSequence.swift
[306/318] Compiling SwiftParser Lexer.swift
[307/318] Compiling SwiftParser RegexLiteralLexer.swift
[308/318] Compiling SwiftParser Attributes.swift
[309/318] Compiling SwiftParser Availability.swift
[310/318] Compiling SwiftParser CharacterInfo.swift
[311/318] Compiling SwiftParser CollectionNodes+Parsable.swift
[312/318] Compiling SwiftParser Declarations.swift
[313/318] Compiling SwiftParser IsLexerClassified.swift
[314/318] Compiling SwiftParser LayoutNodes+Parsable.swift
[315/318] Compiling SwiftParser Parser+TokenSpecSet.swift
[316/318] Compiling SwiftParser TokenSpecStaticMembers.swift
[317/341] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[318/342] Compiling SwiftParserDiagnostics Utils.swift
[319/342] Compiling SwiftOperators PrecedenceGraph.swift
[320/342] Compiling SwiftOperators OperatorTable.swift
[321/342] Compiling SwiftOperators PrecedenceGroup.swift
[322/343] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[323/343] Compiling SwiftOperators OperatorTable+Semantics.swift
[324/343] Compiling SwiftOperators OperatorError+Diagnostics.swift
[325/343] Compiling SwiftOperators OperatorError.swift
[326/343] Compiling SwiftOperators OperatorTable+Defaults.swift
[327/343] Compiling SwiftOperators Operator.swift
[328/343] Emitting module SwiftOperators
[329/343] Compiling SwiftOperators OperatorTable+Folding.swift
[330/343] Compiling SwiftOperators SyntaxSynthesis.swift
[331/343] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[332/343] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[333/343] Compiling SwiftParserDiagnostics PresenceUtils.swift
[334/343] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[335/343] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[336/343] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[337/343] Emitting module SwiftParserDiagnostics
[338/343] Compiling SwiftParserDiagnostics MissingNodesError.swift
[339/343] Compiling SwiftParserDiagnostics MissingTokenError.swift
[340/343] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[341/343] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[342/358] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[343/358] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[344/358] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[345/358] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[346/359] Compiling SwiftSyntaxBuilder Indenter.swift
[347/359] Compiling SwiftSyntaxBuilder ListBuilder.swift
[348/359] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[349/359] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[350/359] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[351/359] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[352/359] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[353/359] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[354/359] Emitting module SwiftSyntaxBuilder
[355/359] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[356/359] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[357/359] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[358/377] Compiling SwiftSyntaxMacros Macro.swift
[359/377] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[360/378] Compiling SwiftSyntaxMacros MemberMacro.swift
[361/378] Compiling SwiftSyntaxMacros PeerMacro.swift
[362/378] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[363/378] Compiling SwiftSyntaxMacros Macro+Format.swift
[364/378] Emitting module SwiftSyntaxMacros
[365/378] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[366/378] Compiling SwiftSyntaxMacros AccessorMacro.swift
[367/378] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[368/378] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[369/378] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[370/378] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[371/378] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[372/378] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[373/378] Compiling SwiftSyntaxMacros PreambleMacro.swift
[374/378] Compiling SwiftSyntaxMacros AttachedMacro.swift
[375/378] Compiling SwiftSyntaxMacros BodyMacro.swift
[376/378] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[377/388] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[378/388] Emitting module SwiftSyntaxMacroExpansion
[379/388] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[380/388] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[381/388] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[382/388] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[383/388] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[384/388] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[385/388] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[386/388] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[387/400] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[388/401] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[389/401] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[390/401] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[391/401] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[392/401] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[393/401] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[394/401] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[395/401] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[396/401] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[397/401] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[398/401] Emitting module SwiftCompilerPluginMessageHandling
[399/401] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[400/403] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[401/403] Emitting module SwiftCompilerPlugin
[402/414] Compiling SwiftXMLCoderMacroImplementation XMLIgnoreMacro.swift
[403/415] Compiling SwiftXMLCoderMacroImplementation XMLFieldNamespaceMacro.swift
[404/415] Compiling SwiftXMLCoderMacroImplementation XMLDateFormatMacro.swift
[405/415] Compiling SwiftXMLCoderMacroImplementation XMLExpandEmptyMacro.swift
[406/415] Compiling SwiftXMLCoderMacroImplementation XMLCDATAMacro.swift
[407/415] Compiling SwiftXMLCoderMacroImplementation XMLElementMacro.swift
[408/415] Compiling SwiftXMLCoderMacroImplementation XMLNamespaceMacro.swift
[409/415] Compiling SwiftXMLCoderMacroImplementation SwiftSOAPXMLMacroPlugin.swift
[410/415] Compiling SwiftXMLCoderMacroImplementation XMLAttributeMacro.swift
[411/415] Emitting module SwiftXMLCoderMacroImplementation
[412/415] Compiling SwiftXMLCoderMacroImplementation XMLCodableMacro.swift
[413/415] Compiling SwiftXMLCoderMacroImplementation XMLTextMacro.swift
[413/415] Write Objects.LinkFileList
[414/415] Linking SwiftXMLCoderMacroImplementation-tool
[416/419] Emitting module SwiftXMLCoderMacros
[417/419] Compiling SwiftXMLCoderMacros XMLCodableMacros.swift
[419/419] Emitting module SwiftXMLCoderMacros
Build complete! (48.44s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/swiftlang/swift-syntax.git from cache
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.09s)
Fetched https://github.com/apple/swift-log.git from cache (1.93s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (2.00s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (5.44s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.79s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.51s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install libxml-2.0 using your system-packager:
    brew install libxml2
warning: you may be able to install libxml-2.0 using your system-packager:
    brew install libxml2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SwiftXMLCoder",
  "name" : "SwiftXMLCoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftXMLCoder",
      "targets" : [
        "SwiftXMLCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftXMLCoderMacros",
      "targets" : [
        "SwiftXMLCoderMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftXMLCoderTestSupport",
      "targets" : [
        "SwiftXMLCoderTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftXMLCoderMacroImplementation",
      "targets" : [
        "SwiftXMLCoderMacroImplementation"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "XMLCoderCompatibility",
      "module_type" : "SwiftTarget",
      "name" : "XMLCoderCompatibility",
      "path" : "Sources/XMLCoderCompatibility",
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "Compatibility.swift"
      ],
      "target_dependencies" : [
        "CLibXML2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoderTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderTests",
      "path" : "Tests/SwiftXMLCoderTests",
      "sources" : [
        "GeneratedModelContractTests.swift",
        "XMLCDATAMacroIntegrationTests.swift",
        "XMLCanonicalizerContractHarness.swift",
        "XMLCanonicalizerTests.swift",
        "XMLConcurrencyStressTests.swift",
        "XMLContainerCoverageTests.swift",
        "XMLCoverageBoost2Tests.swift",
        "XMLCoverageBoost3Tests.swift",
        "XMLCoverageBoost4Tests.swift",
        "XMLCoverageBoostTests.swift",
        "XMLDateFormatMacroIntegrationTests.swift",
        "XMLDecoderTests.swift",
        "XMLDiagnosticsTests.swift",
        "XMLDocumentCoverageTests.swift",
        "XMLDocumentXPathTests.swift",
        "XMLEncoderEventTests.swift",
        "XMLEncoderTests.swift",
        "XMLExpandEmptyMacroIntegrationTests.swift",
        "XMLFieldMappingTests.swift",
        "XMLFieldNamespaceTests.swift",
        "XMLKeyTransformStrategyTests.swift",
        "XMLNamespaceResolverTests.swift",
        "XMLNodeLineNumberTests.swift",
        "XMLSAXDecoderTests.swift",
        "XMLSAXTreeParityTests.swift",
        "XMLScalarCoverageTests.swift",
        "XMLStreamParserTests.swift",
        "XMLStreamWriterTests.swift",
        "XMLStreamingDecoderTests.swift",
        "XMLStreamingLargeInputStressTests.swift",
        "XMLStructuralFidelityTests.swift",
        "XMLStructuredLoggingTests.swift",
        "XMLTemporalTypesTests.swift",
        "XMLTestingToolkitIntegrationTests.swift",
        "XMLTreeHardeningTests.swift",
        "XMLTreeModelTests.swift",
        "XMLTreeParserWriterTests.swift"
      ],
      "target_dependencies" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderTestSupport",
        "SwiftXMLCoderMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftXMLCoderTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderTestSupport",
      "path" : "Sources/SwiftXMLCoderTestSupport",
      "product_memberships" : [
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "XMLCanonicalizerContractProbe.swift",
        "XMLCanonicalizerFailureProbeResult.swift",
        "XMLCanonicalizerOrderProbeResult.swift",
        "XMLCapturingLogHandler.swift",
        "XMLTestCallRecorder.swift",
        "XMLTestCodecError.swift",
        "XMLTestDecoderSpy.swift",
        "XMLTestEncoderSpy.swift",
        "XMLTestFailingTransform.swift",
        "XMLTestRecordingTransform.swift"
      ],
      "target_dependencies" : [
        "SwiftXMLCoder"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoderOwnership6",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderOwnership6",
      "path" : "Sources/SwiftXMLCoderOwnership6",
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "XMLCharOwnership.swift"
      ],
      "target_dependencies" : [
        "XMLCoderCompatibility",
        "SwiftXMLCoderCShim"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoderMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderMacros",
      "path" : "Sources/SwiftXMLCoderMacros",
      "product_memberships" : [
        "SwiftXMLCoderMacros"
      ],
      "sources" : [
        "XMLCodableMacros.swift"
      ],
      "target_dependencies" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacroImplementation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoderMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderMacroTests",
      "path" : "Tests/SwiftXMLCoderMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "XMLMacroDiagnosticsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftXMLCoderMacroImplementation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftXMLCoderMacroImplementation",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoderMacroImplementation",
      "path" : "Sources/SwiftXMLCoderMacroImplementation",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftSyntaxBuilder",
        "SwiftDiagnostics"
      ],
      "product_memberships" : [
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderMacroImplementation"
      ],
      "sources" : [
        "SwiftSOAPXMLMacroPlugin.swift",
        "XMLAttributeMacro.swift",
        "XMLCDATAMacro.swift",
        "XMLCodableMacro.swift",
        "XMLDateFormatMacro.swift",
        "XMLElementMacro.swift",
        "XMLExpandEmptyMacro.swift",
        "XMLFieldNamespaceMacro.swift",
        "XMLIgnoreMacro.swift",
        "XMLNamespaceMacro.swift",
        "XMLTextMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftXMLCoderCShim",
      "module_type" : "ClangTarget",
      "name" : "SwiftXMLCoderCShim",
      "path" : "Sources/SwiftXMLCoderCShim",
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "SwiftXMLCoderCShim.c"
      ],
      "target_dependencies" : [
        "CLibXML2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftXMLCoder",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXMLCoder",
      "path" : "Sources/SwiftXMLCoder",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
        "LibXML2.swift",
        "XMLCanonicalizationOptions.swift",
        "XMLCanonicalizer.swift",
        "XMLDateFormatHint.swift",
        "XMLDecoder+Codable.swift",
        "XMLDecoder.swift",
        "XMLDefaultCanonicalizer.swift",
        "XMLDocument.swift",
        "XMLDocumentNode.swift",
        "XMLEncoder+Codable.swift",
        "XMLEncoder.swift",
        "XMLEventEncoder+Codable.swift",
        "XMLEventTransform.swift",
        "XMLExpandEmptyProvider.swift",
        "XMLFieldCoding.swift",
        "XMLInteropBounds.swift",
        "XMLItemDecoder.swift",
        "XMLKeyTransformStrategy.swift",
        "XMLNamespace.swift",
        "XMLNamespaceDeclaration.swift",
        "XMLNamespaceResolver.swift",
        "XMLNode.swift",
        "XMLParsingError.swift",
        "XMLQualifiedName.swift",
        "XMLRootNode.swift",
        "XMLSAXDecoder+Codable.swift",
        "XMLScalarDecoder.swift",
        "XMLStreamEvent.swift",
        "XMLStreamParser+SAX.swift",
        "XMLStreamParser.swift",
        "XMLStreamWriter+Logic.swift",
        "XMLStreamWriter.swift",
        "XMLStreamWriterSink.swift",
        "XMLStreamingDecoder+Codable.swift",
        "XMLStringEncodingHint.swift",
        "XMLTemporalCoding.swift",
        "XMLTemporalTypes.swift",
        "XMLTransform.swift",
        "XMLTreeAttribute.swift",
        "XMLTreeDocument+Events.swift",
        "XMLTreeDocument.swift",
        "XMLTreeElement.swift",
        "XMLTreeMetadata.swift",
        "XMLTreeNode.swift",
        "XMLTreeParser+Logic.swift",
        "XMLTreeParser.swift",
        "XMLTreeWriter+Logic.swift",
        "XMLTreeWriter.swift",
        "XMLValidationPolicy.swift"
      ],
      "target_dependencies" : [
        "XMLCoderCompatibility",
        "SwiftXMLCoderCShim",
        "SwiftXMLCoderOwnership6"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibXML2",
      "module_type" : "SystemLibraryTarget",
      "name" : "CLibXML2",
      "path" : "Sources/CLibXML2",
      "product_memberships" : [
        "SwiftXMLCoder",
        "SwiftXMLCoderMacros",
        "SwiftXMLCoderTestSupport"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.1"
}
Done.