Build Information
Successful build of SwiftXMLCoder, reference v2.1.1 (efd062), with Swift 6.0 for macOS (SPM) on 6 Apr 2026 22:50:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFranceschi6/swift-xml-coder.git
Reference: v2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MFranceschi6/swift-xml-coder
* tag v2.1.1 -> FETCH_HEAD
HEAD is now at efd062d :arrow_up: chore: bump actions/stale from 9 to 10 (#30)
Cloned https://github.com/MFranceschi6/swift-xml-coder.git
Revision (git rev-parse @):
efd062dd760218733ed4b552073417544e1a8b2f
SUCCESS checkout https://github.com/MFranceschi6/swift-xml-coder.git at v2.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/MFranceschi6/swift-xml-coder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/28] Write sources
[23/28] Compiling _SwiftSyntaxCShims dummy.c
[24/28] Write swift-version-5BDAB9E9C0126B9D.txt
[25/42] Compiling SwiftXMLCoderCShim SwiftXMLCoderCShim.c
[27/42] Compiling SwiftSyntax510 Empty.swift
[28/42] Compiling SwiftSyntax509 Empty.swift
[29/42] Emitting module SwiftSyntax600
[30/42] Compiling SwiftSyntax600 Empty.swift
[31/42] Emitting module SwiftSyntax509
[32/42] Emitting module SwiftSyntax510
[33/42] Compiling XMLCoderCompatibility Compatibility.swift
[34/95] Emitting module XMLCoderCompatibility
[35/109] Emitting module SwiftXMLCoderOwnership6
[36/109] Compiling SwiftXMLCoderOwnership6 XMLCharOwnership.swift
[37/109] Compiling Logging LogHandler.swift
[38/109] Compiling Logging MetadataProvider.swift
[39/109] Emitting module Logging
[40/109] Compiling Logging LogEvent.swift
[41/109] Compiling Logging Locks.swift
[42/109] Compiling Logging Logging.swift
[43/155] Compiling SwiftSyntax SourceEdit.swift
[44/155] Compiling SwiftSyntax SourceLength.swift
[45/155] Compiling SwiftSyntax SourceLocation.swift
[46/155] Compiling SwiftSyntax SourcePresence.swift
[47/155] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[48/155] Compiling SwiftSyntax Syntax.swift
[49/155] Compiling SwiftSyntax SyntaxArena.swift
[50/162] Compiling SwiftXMLCoder XMLEncoder.swift
[51/162] Compiling SwiftXMLCoder XMLEventEncoder+Codable.swift
[52/162] Compiling SwiftXMLCoder XMLEventTransform.swift
[53/162] Compiling SwiftXMLCoder XMLExpandEmptyProvider.swift
[54/162] Compiling SwiftXMLCoder XMLFieldCoding.swift
[55/162] Compiling SwiftXMLCoder XMLSAXDecoder+Codable.swift
[56/162] Compiling SwiftXMLCoder XMLScalarDecoder.swift
[57/162] Compiling SwiftXMLCoder XMLTemporalCoding.swift
[58/162] Compiling SwiftXMLCoder XMLTemporalTypes.swift
[59/162] Compiling SwiftXMLCoder XMLTransform.swift
[60/162] Compiling SwiftXMLCoder XMLTreeAttribute.swift
[61/162] Compiling SwiftXMLCoder XMLTreeDocument+Events.swift
[62/166] Emitting module SwiftXMLCoder
[63/166] Emitting module SwiftSyntax
[64/166] Compiling SwiftXMLCoder LibXML2.swift
[65/166] Compiling SwiftXMLCoder XMLCanonicalizationOptions.swift
[66/166] Compiling SwiftXMLCoder XMLCanonicalizer.swift
[67/166] Compiling SwiftXMLCoder XMLDateFormatHint.swift
[68/166] Compiling SwiftXMLCoder XMLDecoder+Codable.swift
[69/166] Compiling SwiftXMLCoder XMLTreeDocument.swift
[70/166] Compiling SwiftXMLCoder XMLTreeElement.swift
[71/166] Compiling SwiftXMLCoder XMLTreeMetadata.swift
[72/166] Compiling SwiftXMLCoder XMLTreeNode.swift
[73/166] Compiling SwiftXMLCoder XMLTreeParser+Logic.swift
[76/166] Compiling SwiftXMLCoder XMLStreamEvent.swift
[77/166] Compiling SwiftXMLCoder XMLStreamParser+SAX.swift
[78/166] Compiling SwiftXMLCoder XMLStreamParser.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 | } ?? []
[84/166] Compiling SwiftXMLCoder XMLInteropBounds.swift
[85/166] Compiling SwiftXMLCoder XMLItemDecoder.swift
[86/166] Compiling SwiftXMLCoder XMLKeyTransformStrategy.swift
[87/166] Compiling SwiftXMLCoder XMLNamespace.swift
[88/166] Compiling SwiftXMLCoder XMLNamespaceDeclaration.swift
[89/166] Compiling SwiftXMLCoder XMLNamespaceResolver.swift
[90/166] Compiling SwiftXMLCoder XMLNode.swift
[91/166] Compiling SwiftXMLCoder XMLParsingError.swift
[92/166] Compiling SwiftXMLCoder XMLQualifiedName.swift
[93/166] Compiling SwiftXMLCoder XMLRootNode.swift
[94/166] Compiling SwiftXMLCoder XMLDecoder.swift
[95/166] Compiling SwiftXMLCoder XMLDefaultCanonicalizer.swift
[96/166] Compiling SwiftXMLCoder XMLDocument.swift
[97/166] Compiling SwiftXMLCoder XMLDocumentNode.swift
[98/166] Compiling SwiftXMLCoder XMLEncoder+Codable.swift
[99/166] Compiling SwiftXMLCoder XMLStreamWriter+Logic.swift
[100/166] Compiling SwiftXMLCoder XMLStreamWriter.swift
[101/166] Compiling SwiftXMLCoder XMLStreamWriterSink.swift
[102/166] Compiling SwiftXMLCoder XMLStreamingDecoder+Codable.swift
[103/166] Compiling SwiftXMLCoder XMLStringEncodingHint.swift
[104/166] Compiling SwiftXMLCoder XMLTreeParser.swift
[105/166] Compiling SwiftXMLCoder XMLTreeWriter+Logic.swift
[106/166] Compiling SwiftXMLCoder XMLTreeWriter.swift
[107/166] Compiling SwiftXMLCoder XMLValidationPolicy.swift
[108/176] Compiling SwiftSyntax Tokens.swift
[109/176] Compiling SwiftSyntax TriviaPieces.swift
[110/176] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[111/176] Compiling SwiftSyntax RawSyntaxNodesC.swift
[112/176] Compiling SwiftSyntax RawSyntaxNodesD.swift
[113/176] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[114/176] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[115/176] 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,
[116/177] Compiling SwiftXMLCoderTestSupport XMLTestDecoderSpy.swift
[117/177] Compiling SwiftXMLCoderTestSupport XMLTestCodecError.swift
[118/177] Compiling SwiftXMLCoderTestSupport XMLTestFailingTransform.swift
[119/177] Compiling SwiftXMLCoderTestSupport XMLTestEncoderSpy.swift
[120/177] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerOrderProbeResult.swift
[121/177] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerFailureProbeResult.swift
[122/177] Compiling SwiftXMLCoderTestSupport XMLTestCallRecorder.swift
[123/177] 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,
[124/177] Compiling SwiftXMLCoderTestSupport XMLCanonicalizerContractProbe.swift
[125/177] Compiling SwiftXMLCoderTestSupport XMLTestRecordingTransform.swift
[132/177] Compiling SwiftSyntax TokenKind.swift
[169/177] Compiling SwiftSyntax SyntaxNodesD.swift
[170/177] Compiling SwiftSyntax SyntaxNodesEF.swift
[171/177] Compiling SwiftSyntax SyntaxNodesGHI.swift
[172/177] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[173/177] Compiling SwiftSyntax SyntaxNodesOP.swift
[174/177] Compiling SwiftSyntax SyntaxNodesQRS.swift
[175/177] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[176/235] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[177/235] Compiling SwiftBasicFormat InferIndentation.swift
[178/235] Compiling SwiftBasicFormat Syntax+Extensions.swift
[179/235] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[180/235] Compiling SwiftDiagnostics Message.swift
[181/236] Compiling SwiftDiagnostics Note.swift
[182/236] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[183/236] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[184/236] Compiling SwiftDiagnostics FixIt.swift
[185/236] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[186/236] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[187/236] Compiling SwiftDiagnostics Convenience.swift
[188/236] Emitting module SwiftDiagnostics
[189/236] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[190/236] Compiling SwiftDiagnostics Diagnostic.swift
[191/236] Compiling SwiftBasicFormat BasicFormat.swift
[192/236] Emitting module SwiftBasicFormat
[193/236] Compiling SwiftParser TopLevel.swift
[194/236] Compiling SwiftParser TriviaParser.swift
[195/236] Compiling SwiftParser Types.swift
[196/236] Compiling SwiftParser ExperimentalFeatures.swift
[197/240] Compiling SwiftParser UnicodeScalarExtensions.swift
[198/240] Compiling SwiftParser Lookahead.swift
[199/240] Compiling SwiftParser LoopProgressCondition.swift
[200/240] Compiling SwiftParser Modifiers.swift
[201/240] Compiling SwiftParser Names.swift
[202/240] Compiling SwiftParser StringLiterals.swift
[203/240] Compiling SwiftParser SwiftParserCompatibility.swift
[204/240] Compiling SwiftParser SwiftVersion.swift
[205/240] Compiling SwiftParser SyntaxUtils.swift
[206/240] Compiling SwiftParser TokenConsumer.swift
[207/240] Compiling SwiftParser TokenPrecedence.swift
[208/240] Compiling SwiftParser TokenSpec.swift
[209/240] Compiling SwiftParser TokenSpecSet.swift
[210/240] Compiling SwiftParser Nominals.swift
[211/240] Compiling SwiftParser Parameters.swift
[212/240] Compiling SwiftParser ParseSourceFile.swift
[213/240] Compiling SwiftParser Parser.swift
[214/240] Compiling SwiftParser Patterns.swift
[215/240] Compiling SwiftParser Recovery.swift
[216/240] Compiling SwiftParser Specifiers.swift
[217/240] Compiling SwiftParser Statements.swift
[218/240] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[219/240] Emitting module SwiftParser
[220/240] Compiling SwiftParser Directives.swift
[221/240] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[222/240] Compiling SwiftParser Expressions.swift
[223/240] Compiling SwiftParser IncrementalParseTransition.swift
[224/240] Compiling SwiftParser IsValidIdentifier.swift
[225/240] Compiling SwiftParser Cursor.swift
[226/240] Compiling SwiftParser Lexeme.swift
[227/240] Compiling SwiftParser LexemeSequence.swift
[228/240] Compiling SwiftParser Lexer.swift
[229/240] Compiling SwiftParser RegexLiteralLexer.swift
[230/240] Compiling SwiftParser Attributes.swift
[231/240] Compiling SwiftParser Availability.swift
[232/240] Compiling SwiftParser CharacterInfo.swift
[233/240] Compiling SwiftParser CollectionNodes+Parsable.swift
[234/240] Compiling SwiftParser Declarations.swift
[235/240] Compiling SwiftParser IsLexerClassified.swift
[236/240] Compiling SwiftParser LayoutNodes+Parsable.swift
[237/240] Compiling SwiftParser Parser+TokenSpecSet.swift
[238/240] Compiling SwiftParser TokenSpecStaticMembers.swift
[239/263] Compiling SwiftParserDiagnostics Utils.swift
[240/264] Compiling SwiftOperators OperatorTable+Semantics.swift
[241/264] Compiling SwiftOperators OperatorTable.swift
[242/264] Compiling SwiftOperators PrecedenceGroup.swift
[243/264] Compiling SwiftOperators PrecedenceGraph.swift
[244/265] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[245/265] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[246/265] Compiling SwiftParserDiagnostics PresenceUtils.swift
[247/265] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[248/265] Compiling SwiftOperators OperatorError+Diagnostics.swift
[249/265] Compiling SwiftOperators OperatorTable+Defaults.swift
[250/265] Compiling SwiftOperators OperatorError.swift
[251/265] Compiling SwiftOperators Operator.swift
[252/265] Emitting module SwiftOperators
[253/265] Compiling SwiftOperators OperatorTable+Folding.swift
[254/265] Compiling SwiftOperators SyntaxSynthesis.swift
[255/265] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[256/265] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[257/265] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[258/265] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[259/265] Compiling SwiftParserDiagnostics MissingNodesError.swift
[260/265] Compiling SwiftParserDiagnostics MissingTokenError.swift
[261/265] Emitting module SwiftParserDiagnostics
[262/265] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[263/265] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[264/280] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[265/280] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[266/281] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[267/281] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[268/281] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[269/281] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[270/281] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[271/281] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[272/281] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[273/281] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[274/281] Emitting module SwiftSyntaxBuilder
[275/281] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[276/281] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[277/281] Compiling SwiftSyntaxBuilder Indenter.swift
[278/281] Compiling SwiftSyntaxBuilder ListBuilder.swift
[279/281] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[280/299] Compiling SwiftSyntaxMacros Macro.swift
[281/299] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[282/300] Compiling SwiftSyntaxMacros PreambleMacro.swift
[283/300] Compiling SwiftSyntaxMacros AttachedMacro.swift
[284/300] Compiling SwiftSyntaxMacros BodyMacro.swift
[285/300] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[286/300] Compiling SwiftSyntaxMacros AccessorMacro.swift
[287/300] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[288/300] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[289/300] Compiling SwiftSyntaxMacros MemberMacro.swift
[290/300] Compiling SwiftSyntaxMacros PeerMacro.swift
[291/300] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[292/300] Compiling SwiftSyntaxMacros Macro+Format.swift
[293/300] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[294/300] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[295/300] Emitting module SwiftSyntaxMacros
[296/300] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[297/300] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[298/300] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[299/310] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[300/310] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[301/310] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[302/310] Emitting module SwiftSyntaxMacroExpansion
[303/310] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[304/310] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[305/310] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[306/310] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[307/310] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[308/310] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[309/322] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[310/322] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[311/323] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[312/323] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[313/323] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[314/323] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[315/323] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[316/323] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[317/323] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[318/323] Emitting module SwiftCompilerPluginMessageHandling
[319/323] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[320/323] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[321/323] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[322/325] Emitting module SwiftCompilerPlugin
[323/325] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[324/336] Compiling SwiftXMLCoderMacroImplementation XMLIgnoreMacro.swift
[325/337] Compiling SwiftXMLCoderMacroImplementation XMLFieldNamespaceMacro.swift
[326/337] Compiling SwiftXMLCoderMacroImplementation XMLDateFormatMacro.swift
[327/337] Compiling SwiftXMLCoderMacroImplementation XMLElementMacro.swift
[328/337] Compiling SwiftXMLCoderMacroImplementation XMLExpandEmptyMacro.swift
[329/337] Compiling SwiftXMLCoderMacroImplementation XMLNamespaceMacro.swift
[330/337] Compiling SwiftXMLCoderMacroImplementation SwiftSOAPXMLMacroPlugin.swift
[331/337] Compiling SwiftXMLCoderMacroImplementation XMLAttributeMacro.swift
[332/337] Emitting module SwiftXMLCoderMacroImplementation
[333/337] Compiling SwiftXMLCoderMacroImplementation XMLCodableMacro.swift
[334/337] Compiling SwiftXMLCoderMacroImplementation XMLCDATAMacro.swift
[335/337] Compiling SwiftXMLCoderMacroImplementation XMLTextMacro.swift
[335/337] Write Objects.LinkFileList
[336/337] Linking SwiftXMLCoderMacroImplementation-tool
[338/339] Emitting module SwiftXMLCoderMacros
[339/339] Compiling SwiftXMLCoderMacros XMLCodableMacros.swift
Build complete! (47.17s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git
[1/2222] Fetching swift-docc-plugin
[224/8571] Fetching swift-docc-plugin, swift-log
[8572/83503] Fetching swift-docc-plugin, swift-log, swift-syntax
Fetched https://github.com/apple/swift-log.git from cache (3.05s)
Fetched https://github.com/apple/swift-docc-plugin from cache (3.05s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.05s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (3.36s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.59s)
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.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.46s)
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
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
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.0"
}
Done.