The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

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

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.2
Building package at path:  $PWD
https://github.com/MFranceschi6/swift-xml-coder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/20] Write sources
[15/20] Write swift-version--3CB7CFEC50E0D141.txt
[16/47] Compiling SwiftXMLCoderCShim SwiftXMLCoderCShim.c
[19/47] Compiling XMLCoderCompatibility Compatibility.swift
[20/47] Emitting module XMLCoderCompatibility
[21/47] Compiling XMLCoderCompatibility Compatibility.swift
[22/47] Emitting module XMLCoderCompatibility
[23/51] Emitting module SwiftXMLCoderOwnership6
[24/51] Compiling SwiftXMLCoderOwnership6 XMLCharOwnership.swift
[25/51] Emitting module SwiftXMLCoderOwnership6
[26/51] Compiling SwiftXMLCoderOwnership6 XMLCharOwnership.swift
[27/51] Compiling Logging MetadataProvider.swift
[28/51] Compiling Logging LogHandler.swift
[29/51] Emitting module Logging
[30/51] Compiling Logging Locks.swift
[31/51] Compiling Logging LogEvent.swift
[32/51] Compiling Logging Logging.swift
[33/51] Compiling Logging LogHandler.swift
[34/51] Compiling Logging Logging.swift
[35/51] Emitting module Logging
[36/51] Compiling Logging MetadataProvider.swift
[37/51] Compiling Logging LogEvent.swift
[38/51] Compiling Logging Locks.swift
[39/143] Compiling SwiftXMLCoderMacroImplementation XMLDateFormatMacro.swift
[40/144] Compiling SwiftXMLCoderMacroImplementation XMLExpandEmptyMacro.swift
[41/144] Compiling SwiftXMLCoderMacroImplementation XMLElementMacro.swift
[42/144] Compiling SwiftXMLCoder LibXML2.swift
[43/144] Compiling SwiftXMLCoder XMLCanonicalizationOptions.swift
[44/144] Compiling SwiftXMLCoderMacroImplementation XMLTextMacro.swift
[45/144] Compiling SwiftXMLCoderMacroImplementation XMLIgnoreMacro.swift
[46/144] Compiling SwiftXMLCoderMacroImplementation XMLNamespaceMacro.swift
[47/144] Compiling SwiftXMLCoderMacroImplementation XMLFieldNamespaceMacro.swift
[48/144] Emitting module SwiftXMLCoderMacroImplementation
[49/144] Compiling SwiftXMLCoderMacroImplementation XMLCDATAMacro.swift
[50/144] Compiling SwiftXMLCoderMacroImplementation XMLCodableMacro.swift
[50/144] Write Objects.LinkFileList
[51/144] Linking SwiftXMLCoderMacroImplementation-tool
[53/144] Emitting module SwiftXMLCoder
[55/148] Compiling SwiftXMLCoder XMLNamespaceResolver.swift
[56/148] Compiling SwiftXMLCoder XMLNode.swift
[57/148] Compiling SwiftXMLCoder XMLParsingError.swift
[58/148] Compiling SwiftXMLCoder XMLQualifiedName.swift
[59/148] Compiling SwiftXMLCoder XMLRootNode.swift
[62/148] Compiling SwiftXMLCoder XMLCanonicalizer.swift
[63/148] Compiling SwiftXMLCoder XMLDateFormatHint.swift
[64/148] Compiling SwiftXMLCoder XMLDecoder+Codable.swift
[70/152] Compiling SwiftXMLCoder XMLDecoder.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 |         } ?? []
[71/152] Compiling SwiftXMLCoder XMLDefaultCanonicalizer.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 |         } ?? []
[72/152] Compiling SwiftXMLCoder XMLDocument.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 |         } ?? []
[73/152] 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 |         } ?? []
[74/152] 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 |         } ?? []
[75/152] Compiling SwiftXMLCoder XMLTemporalCoding.swift
[76/152] Compiling SwiftXMLCoder XMLTemporalTypes.swift
[77/152] Compiling SwiftXMLCoder XMLTransform.swift
[78/152] Compiling SwiftXMLCoder XMLTreeAttribute.swift
[79/152] Compiling SwiftXMLCoder XMLTreeDocument+Events.swift
[85/152] Compiling SwiftXMLCoder XMLTreeParser.swift
[86/152] Compiling SwiftXMLCoder XMLTreeWriter+Logic.swift
[87/152] Compiling SwiftXMLCoder XMLTreeWriter.swift
[88/152] Compiling SwiftXMLCoder XMLValidationPolicy.swift
[89/152] Compiling SwiftXMLCoder XMLSAXDecoder+Codable.swift
[90/152] Compiling SwiftXMLCoder XMLScalarDecoder.swift
[91/152] Compiling SwiftXMLCoder XMLStreamEvent.swift
[92/152] Compiling SwiftXMLCoder XMLStreamParser+SAX.swift
[93/152] Compiling SwiftXMLCoder XMLStreamParser.swift
[99/152] Compiling SwiftXMLCoder XMLInteropBounds.swift
[100/152] Compiling SwiftXMLCoder XMLItemDecoder.swift
[101/152] Compiling SwiftXMLCoder XMLKeyTransformStrategy.swift
[102/152] Compiling SwiftXMLCoder XMLNamespace.swift
[103/152] Compiling SwiftXMLCoder XMLNamespaceDeclaration.swift
[104/152] Compiling SwiftXMLCoder XMLTreeDocument.swift
[105/152] Compiling SwiftXMLCoder XMLTreeElement.swift
[106/152] Compiling SwiftXMLCoder XMLTreeMetadata.swift
[107/152] Compiling SwiftXMLCoder XMLTreeNode.swift
[108/152] Compiling SwiftXMLCoder XMLTreeParser+Logic.swift
[109/152] Compiling SwiftXMLCoder XMLDecoder.swift
[110/152] Compiling SwiftXMLCoder XMLDefaultCanonicalizer.swift
[111/152] Compiling SwiftXMLCoder XMLDocument.swift
[112/152] Compiling SwiftXMLCoder XMLDocumentNode.swift
[113/152] Compiling SwiftXMLCoder XMLEncoder+Codable.swift
[119/152] Compiling SwiftXMLCoder XMLStreamWriter+Logic.swift
[120/152] Compiling SwiftXMLCoder XMLStreamWriter.swift
[121/152] Compiling SwiftXMLCoder XMLStreamWriterSink.swift
[122/152] Compiling SwiftXMLCoder XMLStreamingDecoder+Codable.swift
[123/152] Compiling SwiftXMLCoder XMLStringEncodingHint.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 |         } ?? []
/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 |         } ?? []
[149/164] Compiling SwiftXMLCoderTestSupport XMLTestFailingTransform.swift
[150/165] Compiling SwiftXMLCoderTestSupport XMLTestDecoderSpy.swift
[151/165] Compiling SwiftXMLCoderTestSupport XMLTestCallRecorder.swift
[152/165] Compiling SwiftXMLCoderTestSupport XMLTestCodecError.swift
[153/165] Compiling SwiftXMLCoderTestSupport XMLTestEncoderSpy.swift
[154/165] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerFailureProbeResult.swift
[155/165] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerOrderProbeResult.swift
[156/165] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerContractProbe.swift
[157/165] 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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 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,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[158/165] 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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 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,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[163/165] Compiling SwiftXMLCoderTestSupport XMLTestRecordingTransform.swift
[164/177] Compiling SwiftXMLCoderMacros XMLCodableMacros.swift
[165/177] Emitting module SwiftXMLCoderMacros
[166/177] Compiling SwiftXMLCoderMacros XMLCodableMacros.swift
[167/177] Emitting module SwiftXMLCoderMacros
[168/177] Compiling SwiftXMLCoderTestSupport XMLTestDecoderSpy.swift
[169/177] Compiling SwiftXMLCoderTestSupport XMLTestEncoderSpy.swift
[170/177] Compiling SwiftXMLCoderTestSupport XMLTestFailingTransform.swift
[171/178] Compiling SwiftXMLCoderTestSupport XMLTestCodecError.swift
[172/178] Compiling SwiftXMLCoderTestSupport XMLTestCallRecorder.swift
[173/178] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerOrderProbeResult.swift
[174/178] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerFailureProbeResult.swift
[175/178] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerContractProbe.swift
[176/178] 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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 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,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[177/178] 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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 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,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[178/178] Compiling SwiftXMLCoderTestSupport XMLTestRecordingTransform.swift
Build complete! (32.91s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[229/8888] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-docc-plugin from cache (1.55s)
[1/74985] Fetching swift-syntax
Fetched https://github.com/apple/swift-log.git from cache (5.14s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.15s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (8.41s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.65s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.04s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.76s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.58s)
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/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
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
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip (0.23s)
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.