The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PugiSwift, reference main (d921b6), with Swift 6.1 for Linux on 18 Jun 2025 13:27:52 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elihwyma/PugiSwift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/elihwyma/PugiSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d921b65 fix: swift 6 issues
Cloned https://github.com/elihwyma/PugiSwift.git
Revision (git rev-parse @):
d921b659ec6005c963ec756f15dd6e4e917a5d8f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/elihwyma/PugiSwift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/elihwyma/PugiSwift.git
https://github.com/elihwyma/PugiSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-toolkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stackotter/swift-macro-toolkit.git"
    }
  ],
  "manifest_display_name" : "PugiSwift",
  "name" : "PugiSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "PugiSwift",
      "targets" : [
        "PugiSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PugiSwiftDemo",
      "targets" : [
        "PugiSwiftDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "swiftxsd",
      "targets" : [
        "swiftxsd"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PugiSwiftMacros",
      "targets" : [
        "PugiSwiftMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swiftxsd",
      "module_type" : "SwiftTarget",
      "name" : "swiftxsd",
      "path" : "Sources/swiftxsd",
      "product_memberships" : [
        "swiftxsd"
      ],
      "sources" : [
        "Types/Annotation.swift",
        "Types/Attribute.swift",
        "Types/AttributeGroup.swift",
        "Types/BaseType.swift",
        "Types/Enumeration.swift",
        "Types/Restriction.swift",
        "Types/Schema.swift",
        "Types/SimpleType.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PugiSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "pugixml",
      "module_type" : "ClangTarget",
      "name" : "pugixml",
      "path" : "Sources/pugixml",
      "product_memberships" : [
        "PugiSwift",
        "PugiSwiftDemo",
        "swiftxsd"
      ],
      "sources" : [
        "pugixml.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PugiSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "PugiSwiftTests",
      "path" : "Tests/PugiSwiftTests",
      "sources" : [
        "DateDecoderTest.swift",
        "SimpleDecoderTest.swift"
      ],
      "target_dependencies" : [
        "PugiSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PugiSwiftMacros",
      "module_type" : "SwiftTarget",
      "name" : "PugiSwiftMacros",
      "path" : "Sources/PugiSwiftMacros",
      "product_dependencies" : [
        "MacroToolkit",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PugiSwift",
        "PugiSwiftDemo",
        "swiftxsd",
        "PugiSwiftMacros"
      ],
      "sources" : [
        "AttributeMacro.swift",
        "ComplexExtensionMacro.swift",
        "ElementMacro.swift",
        "NodeMacro.swift",
        "PugiSwiftMacros.swift",
        "SimpleTypeMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PugiSwiftDemo",
      "module_type" : "SwiftTarget",
      "name" : "PugiSwiftDemo",
      "path" : "Sources/PugiSwiftDemo",
      "product_memberships" : [
        "PugiSwiftDemo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "PugiSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PugiSwift",
      "module_type" : "SwiftTarget",
      "name" : "PugiSwift",
      "path" : "Sources/PugiSwift",
      "product_memberships" : [
        "PugiSwift",
        "PugiSwiftDemo",
        "swiftxsd"
      ],
      "sources" : [
        "AttributeProtocol.swift",
        "Decoding/Conformances/Array+XMLDecodable.swift",
        "Decoding/Conformances/Bool+XMLDecodable.swift",
        "Decoding/Conformances/Date/Date+XMLDecodable.swift",
        "Decoding/Conformances/Date/DateDecoding.swift",
        "Decoding/Conformances/Dictionary+XMLDecodable.swift",
        "Decoding/Conformances/Double+XMLDecodable.swift",
        "Decoding/Conformances/Float+XMLDecodable.swift",
        "Decoding/Conformances/Int+XMLDecodable.swift",
        "Decoding/Conformances/String+XMLDecodable.swift",
        "Decoding/Conformances/UInt+XMLDecodable.swift",
        "Decoding/Conformances/URL+XMLDecodable.swift",
        "Decoding/MacroDefinitions.swift",
        "Decoding/XMLDecodable.swift",
        "Decoding/XMLDecoderError.swift",
        "Extension/BinaryInteger+Extension.swift",
        "Restrictions/Errors/ListRestrictionError.swift",
        "Restrictions/Errors/NumericRestrictionsError.swift",
        "Restrictions/Errors/RestrictionsError.swift",
        "Restrictions/Errors/StringRestrictionsError.swift",
        "Restrictions/FloatingResrictions.swift",
        "Restrictions/ListRestrictions.swift",
        "Restrictions/NumericRestrictions.swift",
        "Restrictions/RestrictionsProtocol.swift",
        "Restrictions/StringRestrictions.swift",
        "XMLAttribute.swift",
        "XMLDocument.swift",
        "XMLError.swift",
        "XMLModifiableProtocol.swift",
        "XMLNode.swift",
        "XMLNodeProtocol.swift",
        "XMLText.swift"
      ],
      "target_dependencies" : [
        "pugixml",
        "PugiSwiftMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/stackotter/swift-macro-toolkit.git
[1/896] Fetching swift-macro-toolkit
[897/71780] Fetching swift-macro-toolkit, swift-syntax
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (5.17s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.22s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.6.1 (5.75s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (2.03s)
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/stackotter/swift-macro-toolkit.git
Working copy of https://github.com/stackotter/swift-macro-toolkit.git resolved at 0.6.1
Building for debugging...
[0/47] Write sources
[19/47] Compiling _SwiftSyntaxCShims dummy.c
[20/47] Write swift-version-24593BA9C3E375BF.txt
[21/47] Compiling pugixml pugixml.cpp
[23/53] Emitting module SwiftSyntax510
[24/53] Emitting module SwiftSyntax600
[25/53] Compiling SwiftSyntax510 Empty.swift
[26/54] Compiling SwiftSyntax600 Empty.swift
[28/55] Emitting module SwiftSyntax509
[29/55] Compiling SwiftSyntax509 Empty.swift
[31/56] Wrapping AST for SwiftSyntax510 for debugging
[32/56] Wrapping AST for SwiftSyntax600 for debugging
[33/56] Wrapping AST for SwiftSyntax509 for debugging
[35/120] Compiling SwiftSyntax MemoryLayout.swift
[36/120] Compiling SwiftSyntax MissingNodeInitializers.swift
[37/120] Compiling SwiftSyntax RawSyntax.swift
[38/120] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[39/120] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[40/120] Compiling SwiftSyntax RawSyntaxTokenView.swift
[41/120] Compiling SwiftSyntax SourceEdit.swift
[42/120] Compiling SwiftSyntax SourceLength.swift
[43/120] Compiling SwiftSyntax SourceLocation.swift
[44/120] Compiling SwiftSyntax AbsolutePosition.swift
[45/120] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[46/120] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[47/120] Compiling SwiftSyntax Assert.swift
[48/120] Compiling SwiftSyntax BumpPtrAllocator.swift
[49/120] Compiling SwiftSyntax CommonAncestor.swift
[50/120] Compiling SwiftSyntax Convenience.swift
[51/120] Compiling SwiftSyntax CustomTraits.swift
[52/120] Compiling SwiftSyntax Identifier.swift
[53/128] Compiling SwiftSyntax SourcePresence.swift
[54/128] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[55/128] Compiling SwiftSyntax Syntax.swift
[56/128] Compiling SwiftSyntax SyntaxArena.swift
[57/128] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[58/128] Compiling SwiftSyntax SyntaxChildren.swift
[59/128] Compiling SwiftSyntax SyntaxCollection.swift
[60/128] Compiling SwiftSyntax SyntaxHashable.swift
[61/128] Compiling SwiftSyntax SyntaxIdentifier.swift
[62/128] Emitting module SwiftSyntax
[63/128] Compiling SwiftSyntax SyntaxKind.swift
[64/128] Compiling SwiftSyntax SyntaxRewriter.swift
[65/128] Compiling SwiftSyntax SyntaxTraits.swift
[66/128] Compiling SwiftSyntax SyntaxVisitor.swift
[67/128] Compiling SwiftSyntax TokenKind.swift
[68/128] Compiling SwiftSyntax Tokens.swift
[69/128] Compiling SwiftSyntax TriviaPieces.swift
[70/128] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[71/128] Compiling SwiftSyntax RawSyntaxNodesC.swift
[72/128] Compiling SwiftSyntax RawSyntaxNodesD.swift
[73/128] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[74/128] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[75/128] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[76/128] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[77/128] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[78/128] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[79/128] Compiling SwiftSyntax RawSyntaxValidation.swift
[80/128] Compiling SwiftSyntax SyntaxNodesAB.swift
[81/128] Compiling SwiftSyntax SyntaxNodeFactory.swift
[82/128] Compiling SwiftSyntax SyntaxNodeStructure.swift
[83/128] Compiling SwiftSyntax SyntaxProtocol.swift
[84/128] Compiling SwiftSyntax SyntaxText.swift
[85/128] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[86/128] Compiling SwiftSyntax TokenDiagnostic.swift
[87/128] Compiling SwiftSyntax TokenSequence.swift
[88/128] Compiling SwiftSyntax TokenSyntax.swift
[89/128] Compiling SwiftSyntax Trivia.swift
[90/128] Compiling SwiftSyntax Utils.swift
[91/128] Compiling SwiftSyntax ChildNameForKeyPath.swift
[92/128] Compiling SwiftSyntax Keyword.swift
[93/128] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[94/128] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[95/128] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[96/128] Compiling SwiftSyntax SyntaxBaseNodes.swift
[97/128] Compiling SwiftSyntax SyntaxCollections.swift
[98/128] Compiling SwiftSyntax SyntaxEnum.swift
[99/128] Compiling SwiftSyntax SyntaxNodesC.swift
[100/128] Compiling SwiftSyntax SyntaxNodesD.swift
[101/128] Compiling SwiftSyntax SyntaxNodesEF.swift
[102/128] Compiling SwiftSyntax SyntaxNodesGHI.swift
[103/128] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[104/128] Compiling SwiftSyntax SyntaxNodesOP.swift
[105/128] Compiling SwiftSyntax SyntaxNodesQRS.swift
[106/128] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[107/129] Wrapping AST for SwiftSyntax for debugging
[109/186] Compiling SwiftDiagnostics Message.swift
[110/187] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[111/187] Compiling SwiftDiagnostics Note.swift
[112/187] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[113/187] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[114/187] Compiling SwiftDiagnostics FixIt.swift
[115/187] Compiling SwiftBasicFormat Syntax+Extensions.swift
[116/187] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[117/187] Compiling SwiftParser Expressions.swift
[118/187] Compiling SwiftParser IncrementalParseTransition.swift
[119/187] Compiling SwiftParser IsValidIdentifier.swift
[120/187] Emitting module SwiftDiagnostics
[121/187] Compiling SwiftBasicFormat InferIndentation.swift
[122/187] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[123/187] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[124/188] Wrapping AST for SwiftDiagnostics for debugging
[126/188] Emitting module SwiftBasicFormat
[127/188] Compiling SwiftBasicFormat BasicFormat.swift
[128/189] Wrapping AST for SwiftBasicFormat for debugging
[130/189] Compiling SwiftParser LexemeSequence.swift
[131/189] Compiling SwiftParser Lexer.swift
[132/189] Compiling SwiftParser RegexLiteralLexer.swift
[133/189] Compiling SwiftParser UnicodeScalarExtensions.swift
[134/189] Compiling SwiftParser Lookahead.swift
[135/189] Compiling SwiftParser LoopProgressCondition.swift
[136/194] Compiling SwiftParser SwiftParserCompatibility.swift
[137/194] Compiling SwiftParser SwiftVersion.swift
[138/194] Compiling SwiftParser SyntaxUtils.swift
[139/194] Compiling SwiftParser TokenConsumer.swift
[140/194] Compiling SwiftParser TokenPrecedence.swift
[141/194] Compiling SwiftParser TokenSpec.swift
[142/194] Compiling SwiftParser TokenSpecSet.swift
[143/194] Compiling SwiftParser TopLevel.swift
[144/194] Compiling SwiftParser TriviaParser.swift
[145/194] Compiling SwiftParser Types.swift
[146/194] Compiling SwiftParser Modifiers.swift
[147/194] Compiling SwiftParser Names.swift
[148/194] Compiling SwiftParser Nominals.swift
[149/194] Compiling SwiftParser Parameters.swift
[150/194] Compiling SwiftParser ParseSourceFile.swift
[151/194] Compiling SwiftParser Parser.swift
[152/194] Compiling SwiftParser Patterns.swift
[153/194] Compiling SwiftParser Recovery.swift
[154/194] Compiling SwiftParser Specifiers.swift
[155/194] Compiling SwiftParser Statements.swift
[156/194] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[157/194] Compiling SwiftParser StringLiterals.swift
[158/194] Emitting module SwiftParser
[159/194] Compiling SwiftParser Attributes.swift
[160/194] Compiling SwiftParser Availability.swift
[161/194] Compiling SwiftParser CharacterInfo.swift
[162/194] Compiling SwiftParser CollectionNodes+Parsable.swift
[163/194] Compiling SwiftParser Declarations.swift
[164/194] Compiling SwiftParser Directives.swift
[169/194] Compiling SwiftParser Cursor.swift
[170/194] Compiling SwiftParser Lexeme.swift
[171/194] Compiling SwiftParser ExperimentalFeatures.swift
[172/194] Compiling SwiftParser IsLexerClassified.swift
[173/194] Compiling SwiftParser LayoutNodes+Parsable.swift
[174/194] Compiling SwiftParser Parser+TokenSpecSet.swift
[175/194] Compiling SwiftParser TokenSpecStaticMembers.swift
[176/195] Wrapping AST for SwiftParser for debugging
[178/218] Compiling SwiftOperators OperatorTable.swift
[179/219] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[180/220] Compiling SwiftOperators PrecedenceGroup.swift
[181/220] Compiling SwiftOperators PrecedenceGraph.swift
[182/220] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[183/220] Compiling SwiftOperators SyntaxSynthesis.swift
[184/220] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[185/220] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[186/220] Emitting module SwiftOperators
[187/220] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[188/220] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[189/220] Compiling SwiftOperators OperatorTable+Semantics.swift
[190/220] Compiling SwiftOperators OperatorTable+Folding.swift
[192/221] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[193/221] Compiling SwiftParserDiagnostics PresenceUtils.swift
[194/221] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[195/221] Compiling SwiftParserDiagnostics Utils.swift
[196/221] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[196/221] Wrapping AST for SwiftOperators for debugging
[200/221] Emitting module SwiftParserDiagnostics
[201/221] Compiling SwiftParserDiagnostics MissingNodesError.swift
[202/221] Compiling SwiftParserDiagnostics MissingTokenError.swift
[205/222] Wrapping AST for SwiftParserDiagnostics for debugging
[207/237] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[208/237] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[209/238] Emitting module SwiftSyntaxBuilder
[210/238] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[211/238] Compiling SwiftSyntaxBuilder Indenter.swift
[212/238] Compiling SwiftSyntaxBuilder ListBuilder.swift
[213/238] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[214/238] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[215/238] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[216/238] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[217/238] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[218/238] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[219/238] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[220/238] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[221/238] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[222/238] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[223/239] Wrapping AST for SwiftSyntaxBuilder for debugging
[225/256] Compiling SwiftSyntaxMacros MemberMacro.swift
[226/256] Compiling SwiftSyntaxMacros PeerMacro.swift
[227/256] Compiling SwiftSyntaxMacros AccessorMacro.swift
[228/256] Compiling SwiftSyntaxMacros AttachedMacro.swift
[229/256] Compiling SwiftSyntaxMacros BodyMacro.swift
[230/256] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[231/256] Compiling SwiftSyntaxMacros Macro+Format.swift
[232/258] Compiling SwiftSyntaxMacros Macro.swift
[233/258] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[234/258] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[235/258] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[236/258] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[237/258] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[238/258] Compiling SwiftSyntaxMacros PreambleMacro.swift
[239/258] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[240/258] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[241/258] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[242/258] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[243/258] Emitting module SwiftSyntaxMacros
[244/259] Wrapping AST for SwiftSyntaxMacros for debugging
[246/268] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[247/269] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[248/269] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[249/269] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[250/269] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[251/269] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[252/269] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[253/269] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[254/269] Emitting module SwiftSyntaxMacroExpansion
[255/269] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[256/270] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[258/282] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[259/282] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[260/283] Emitting module SwiftCompilerPluginMessageHandling
[261/283] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[262/283] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[263/283] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[264/283] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[265/283] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[266/283] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[267/283] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[268/283] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[269/283] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[270/283] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[271/284] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[273/286] Emitting module SwiftCompilerPlugin
[274/286] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[275/287] Wrapping AST for SwiftCompilerPlugin for debugging
[277/337] Emitting module MacroToolkit
[278/343] Compiling MacroToolkit DeclarationContextModifier.swift
[279/343] Compiling MacroToolkit ModifierProtocol.swift
[280/343] Compiling MacroToolkit NilLiteral.swift
[281/343] Compiling MacroToolkit OptionalType.swift
[282/343] Compiling MacroToolkit PackExpansionType.swift
[283/343] Compiling MacroToolkit PackReferenceType.swift
[284/343] Compiling MacroToolkit Property.swift
[285/343] Compiling MacroToolkit IntegerLiteral.swift
[286/343] Compiling MacroToolkit LiteralProtocol.swift
[287/343] Compiling MacroToolkit MacroAttribute.swift
[288/343] Compiling MacroToolkit MemberType.swift
[289/343] Compiling MacroToolkit MetatypeType.swift
[290/343] Compiling MacroToolkit MissingType.swift
[291/343] Compiling MacroToolkit AccessLevel.swift
[292/343] Compiling MacroToolkit Decl.swift
[293/343] Compiling MacroToolkit Actor.swift
[294/343] Compiling MacroToolkit Class.swift
[295/343] Compiling MacroToolkit DeclGroup.swift
[296/343] Compiling MacroToolkit DeclGroupProtocol.swift
[297/343] Compiling MacroToolkit Enum.swift
[298/343] Compiling MacroToolkit Extension.swift
[299/343] Compiling MacroToolkit ArrayType.swift
[300/343] Compiling MacroToolkit Attribute.swift
[301/343] Compiling MacroToolkit AttributeListElement.swift
[302/343] Compiling MacroToolkit BooleanLiteral.swift
[303/343] Compiling MacroToolkit ClassRestrictionType.swift
[304/343] Compiling MacroToolkit CompositionType.swift
[305/343] Compiling MacroToolkit ConditionalCompilationBlock.swift
[306/343] Compiling MacroToolkit RegexLiteral.swift
[307/343] Compiling MacroToolkit RepresentableBySyntax.swift
[308/343] Compiling MacroToolkit SimpleType.swift
[309/343] Compiling MacroToolkit SomeOrAnyType.swift
[310/343] Compiling MacroToolkit String+Extensions.swift
[311/343] Compiling MacroToolkit StringLiteral.swift
[312/343] Compiling MacroToolkit SuppressedType.swift
[313/343] Compiling MacroToolkit Expr.swift
[314/343] Compiling MacroToolkit ExprProtocol.swift
[315/343] Compiling MacroToolkit FloatLiteral.swift
[316/343] Compiling MacroToolkit Function.swift
[317/343] Compiling MacroToolkit FunctionParameter.swift
[318/343] Compiling MacroToolkit FunctionType.swift
[319/343] Compiling MacroToolkit ImplicitlyUnwrappedOptionalType.swift
[320/343] Compiling MacroToolkit Struct.swift
[321/343] Compiling MacroToolkit Destructuring.swift
[322/343] Compiling MacroToolkit Diagnostics.swift
[323/343] Compiling MacroToolkit DictionaryType.swift
[324/343] Compiling MacroToolkit EnumCase.swift
[325/343] Compiling MacroToolkit EnumCaseAssociatedValueParameter.swift
[326/343] Compiling MacroToolkit EnumCaseValue.swift
[327/343] Compiling MacroToolkit SwiftSyntax+Extensions.swift
[328/343] Compiling MacroToolkit TupleType.swift
[329/343] Compiling MacroToolkit Type.swift
[330/343] Compiling MacroToolkit TypeProtocol.swift
[331/343] Compiling MacroToolkit Variable.swift
[332/343] Compiling MacroToolkit VariableBinding.swift
[333/344] Wrapping AST for MacroToolkit for debugging
[335/351] Compiling PugiSwiftMacros AttributeMacro.swift
[336/351] Emitting module PugiSwiftMacros
[337/351] Compiling PugiSwiftMacros SimpleTypeMacro.swift
[338/351] Compiling PugiSwiftMacros PugiSwiftMacros.swift
[339/351] Compiling PugiSwiftMacros ElementMacro.swift
[340/351] Compiling PugiSwiftMacros ComplexExtensionMacro.swift
[341/351] Compiling PugiSwiftMacros NodeMacro.swift
[342/352] Wrapping AST for PugiSwiftMacros for debugging
[343/352] Write Objects.LinkFileList
[344/352] Linking PugiSwiftMacros-tool
[346/381] Emitting module PugiSwift
[347/385] Compiling PugiSwift AttributeProtocol.swift
[348/385] Compiling PugiSwift Array+XMLDecodable.swift
[349/385] Compiling PugiSwift Bool+XMLDecodable.swift
[350/385] Compiling PugiSwift Date+XMLDecodable.swift
[351/385] Compiling PugiSwift ListRestrictionError.swift
[352/385] Compiling PugiSwift NumericRestrictionsError.swift
[353/385] Compiling PugiSwift RestrictionsError.swift
[354/385] Compiling PugiSwift StringRestrictionsError.swift
[355/385] Compiling PugiSwift FloatingResrictions.swift
[356/385] Compiling PugiSwift ListRestrictions.swift
[357/385] Compiling PugiSwift NumericRestrictions.swift
[358/385] Compiling PugiSwift RestrictionsProtocol.swift
[359/385] Compiling PugiSwift DateDecoding.swift
[360/385] Compiling PugiSwift Dictionary+XMLDecodable.swift
[361/385] Compiling PugiSwift Double+XMLDecodable.swift
[362/385] Compiling PugiSwift Float+XMLDecodable.swift
[363/385] Compiling PugiSwift Int+XMLDecodable.swift
[364/385] Compiling PugiSwift String+XMLDecodable.swift
[365/385] Compiling PugiSwift UInt+XMLDecodable.swift
[366/385] Compiling PugiSwift URL+XMLDecodable.swift
[367/385] Compiling PugiSwift MacroDefinitions.swift
[368/385] Compiling PugiSwift XMLDecodable.swift
[369/385] Compiling PugiSwift XMLDecoderError.swift
[370/385] Compiling PugiSwift BinaryInteger+Extension.swift
[371/385] Compiling PugiSwift StringRestrictions.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[372/385] Compiling PugiSwift XMLAttribute.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[373/385] Compiling PugiSwift XMLDocument.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[374/385] Compiling PugiSwift XMLError.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[375/385] Compiling PugiSwift XMLModifiableProtocol.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[376/385] Compiling PugiSwift XMLNode.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[377/385] Compiling PugiSwift XMLNodeProtocol.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[378/385] Compiling PugiSwift XMLText.swift
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
<unknown>:0: warning: 'import_owned' Swift attribute ignored on type 'basic_string': type is not copyable or destructible
[379/386] Wrapping AST for PugiSwift for debugging
[381/397] Compiling swiftxsd AttributeGroup.swift
[382/397] Compiling swiftxsd Enumeration.swift
[383/398] Compiling swiftxsd BaseType.swift
[384/398] Compiling swiftxsd Annotation.swift
[385/398] Compiling swiftxsd Attribute.swift
[386/398] Compiling swiftxsd Restriction.swift
[387/398] Emitting module swiftxsd
[388/398] Compiling PugiSwiftDemo main.swift
[389/398] Emitting module PugiSwiftDemo
[390/399] Compiling swiftxsd main.swift
[392/399] Compiling swiftxsd SimpleType.swift
[393/399] Compiling swiftxsd Schema.swift
[393/400] Wrapping AST for PugiSwiftDemo for debugging
[394/400] Write Objects.LinkFileList
[396/400] Wrapping AST for swiftxsd for debugging
[397/400] Write Objects.LinkFileList
[398/400] Linking PugiSwiftDemo
[399/400] Linking swiftxsd
Build complete! (127.86s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-toolkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stackotter/swift-macro-toolkit.git"
    }
  ],
  "manifest_display_name" : "PugiSwift",
  "name" : "PugiSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "PugiSwift",
      "targets" : [
        "PugiSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PugiSwiftDemo",
      "targets" : [
        "PugiSwiftDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "swiftxsd",
      "targets" : [
        "swiftxsd"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PugiSwiftMacros",
      "targets" : [
        "PugiSwiftMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swiftxsd",
      "module_type" : "SwiftTarget",
      "name" : "swiftxsd",
      "path" : "Sources/swiftxsd",
      "product_memberships" : [
        "swiftxsd"
      ],
      "sources" : [
        "Types/Annotation.swift",
        "Types/Attribute.swift",
        "Types/AttributeGroup.swift",
        "Types/BaseType.swift",
        "Types/Enumeration.swift",
        "Types/Restriction.swift",
        "Types/Schema.swift",
        "Types/SimpleType.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PugiSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "pugixml",
      "module_type" : "ClangTarget",
      "name" : "pugixml",
      "path" : "Sources/pugixml",
      "product_memberships" : [
        "PugiSwift",
        "PugiSwiftDemo",
        "swiftxsd"
      ],
      "sources" : [
        "pugixml.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PugiSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "PugiSwiftTests",
      "path" : "Tests/PugiSwiftTests",
      "sources" : [
        "DateDecoderTest.swift",
        "SimpleDecoderTest.swift"
      ],
      "target_dependencies" : [
        "PugiSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PugiSwiftMacros",
      "module_type" : "SwiftTarget",
      "name" : "PugiSwiftMacros",
      "path" : "Sources/PugiSwiftMacros",
      "product_dependencies" : [
        "MacroToolkit",
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PugiSwift",
        "PugiSwiftDemo",
        "swiftxsd",
        "PugiSwiftMacros"
      ],
      "sources" : [
        "AttributeMacro.swift",
        "ComplexExtensionMacro.swift",
        "ElementMacro.swift",
        "NodeMacro.swift",
        "PugiSwiftMacros.swift",
        "SimpleTypeMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PugiSwiftDemo",
      "module_type" : "SwiftTarget",
      "name" : "PugiSwiftDemo",
      "path" : "Sources/PugiSwiftDemo",
      "product_memberships" : [
        "PugiSwiftDemo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "PugiSwift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PugiSwift",
      "module_type" : "SwiftTarget",
      "name" : "PugiSwift",
      "path" : "Sources/PugiSwift",
      "product_memberships" : [
        "PugiSwift",
        "PugiSwiftDemo",
        "swiftxsd"
      ],
      "sources" : [
        "AttributeProtocol.swift",
        "Decoding/Conformances/Array+XMLDecodable.swift",
        "Decoding/Conformances/Bool+XMLDecodable.swift",
        "Decoding/Conformances/Date/Date+XMLDecodable.swift",
        "Decoding/Conformances/Date/DateDecoding.swift",
        "Decoding/Conformances/Dictionary+XMLDecodable.swift",
        "Decoding/Conformances/Double+XMLDecodable.swift",
        "Decoding/Conformances/Float+XMLDecodable.swift",
        "Decoding/Conformances/Int+XMLDecodable.swift",
        "Decoding/Conformances/String+XMLDecodable.swift",
        "Decoding/Conformances/UInt+XMLDecodable.swift",
        "Decoding/Conformances/URL+XMLDecodable.swift",
        "Decoding/MacroDefinitions.swift",
        "Decoding/XMLDecodable.swift",
        "Decoding/XMLDecoderError.swift",
        "Extension/BinaryInteger+Extension.swift",
        "Restrictions/Errors/ListRestrictionError.swift",
        "Restrictions/Errors/NumericRestrictionsError.swift",
        "Restrictions/Errors/RestrictionsError.swift",
        "Restrictions/Errors/StringRestrictionsError.swift",
        "Restrictions/FloatingResrictions.swift",
        "Restrictions/ListRestrictions.swift",
        "Restrictions/NumericRestrictions.swift",
        "Restrictions/RestrictionsProtocol.swift",
        "Restrictions/StringRestrictions.swift",
        "XMLAttribute.swift",
        "XMLDocument.swift",
        "XMLError.swift",
        "XMLModifiableProtocol.swift",
        "XMLNode.swift",
        "XMLNodeProtocol.swift",
        "XMLText.swift"
      ],
      "target_dependencies" : [
        "pugixml",
        "PugiSwiftMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.