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 0.4.2 (7f6764), with Swift 6.1 for Linux on 15 Jun 2025 04:02:00 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elihwyma/PugiSwift.git
Reference: 0.4.2
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
 * tag               0.4.2      -> FETCH_HEAD
HEAD is now at 7f6764b fix: swift 6 sendable changes
Cloned https://github.com/elihwyma/PugiSwift.git
Revision (git rev-parse @):
7f6764b44fd4909c185fff0d2cb0bfdd9734cde0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/elihwyma/PugiSwift.git at 0.4.2
========================================
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-0":/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:96978cfc7c1f56c0b12d561b3402e65f41ab79b9797a4fd5965b5c0d586dcecc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/stackotter/swift-macro-toolkit.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/877] Fetching swift-macro-toolkit
[878/71670] Fetching swift-macro-toolkit, swift-syntax
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (6.45s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.53s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.6.1 (7.43s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (2.99s)
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
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
Building for debugging...
[0/47] Write sources
[19/47] Compiling _SwiftSyntaxCShims dummy.c
[20/47] Write swift-version-24593BA9C3E375BF.txt
[20/47] Compiling pugixml pugixml.cpp
[23/53] Emitting module SwiftSyntax510
[24/53] Compiling SwiftSyntax600 Empty.swift
[25/53] Emitting module SwiftSyntax600
[26/54] Compiling SwiftSyntax510 Empty.swift
[28/55] Compiling SwiftSyntax509 Empty.swift
[29/55] Emitting module SwiftSyntax509
[30/56] Wrapping AST for SwiftSyntax600 for debugging
[32/56] Wrapping AST for SwiftSyntax510 for debugging
[33/56] Wrapping AST for SwiftSyntax509 for debugging
[35/120] Compiling SwiftSyntax AbsolutePosition.swift
[36/120] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[37/120] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[38/120] Compiling SwiftSyntax Assert.swift
[39/120] Compiling SwiftSyntax BumpPtrAllocator.swift
[40/120] Compiling SwiftSyntax CommonAncestor.swift
[41/120] Compiling SwiftSyntax Convenience.swift
[42/120] Compiling SwiftSyntax CustomTraits.swift
[43/120] Compiling SwiftSyntax Identifier.swift
[44/128] Compiling SwiftSyntax MemoryLayout.swift
[45/128] Compiling SwiftSyntax MissingNodeInitializers.swift
[46/128] Compiling SwiftSyntax RawSyntax.swift
[47/128] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[48/128] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[49/128] Compiling SwiftSyntax RawSyntaxTokenView.swift
[50/128] Compiling SwiftSyntax SourceEdit.swift
[51/128] Compiling SwiftSyntax SourceLength.swift
[52/128] Compiling SwiftSyntax SourceLocation.swift
[53/128] Emitting module SwiftSyntax
[54/128] Compiling SwiftSyntax SourcePresence.swift
[55/128] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[56/128] Compiling SwiftSyntax Syntax.swift
[57/128] Compiling SwiftSyntax SyntaxArena.swift
[58/128] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[59/128] Compiling SwiftSyntax SyntaxChildren.swift
[60/128] Compiling SwiftSyntax SyntaxCollection.swift
[61/128] Compiling SwiftSyntax SyntaxHashable.swift
[62/128] Compiling SwiftSyntax SyntaxIdentifier.swift
[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] Emitting module SwiftDiagnostics
[110/187] Compiling SwiftBasicFormat Syntax+Extensions.swift
[111/187] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[112/187] Compiling SwiftDiagnostics Note.swift
[113/187] Compiling SwiftDiagnostics Message.swift
[114/187] Compiling SwiftDiagnostics FixIt.swift
[115/187] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[116/187] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[117/187] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[118/187] Compiling SwiftBasicFormat InferIndentation.swift
[119/187] Compiling SwiftParser Attributes.swift
[120/187] Compiling SwiftParser Availability.swift
[121/187] Compiling SwiftParser CharacterInfo.swift
[122/187] Compiling SwiftParser CollectionNodes+Parsable.swift
[123/187] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[125/188] Compiling SwiftBasicFormat BasicFormat.swift
[126/188] Emitting module SwiftBasicFormat
[126/189] Wrapping AST for SwiftDiagnostics for debugging
[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 Modifiers.swift
[137/194] Compiling SwiftParser Names.swift
[138/194] Compiling SwiftParser Nominals.swift
[139/194] Compiling SwiftParser Parameters.swift
[140/194] Compiling SwiftParser ParseSourceFile.swift
[141/194] Compiling SwiftParser Parser.swift
[142/194] Compiling SwiftParser TokenSpec.swift
[143/194] Compiling SwiftParser TokenSpecSet.swift
[144/194] Compiling SwiftParser TopLevel.swift
[145/194] Compiling SwiftParser TriviaParser.swift
[146/194] Compiling SwiftParser Types.swift
[147/194] Compiling SwiftParser SwiftParserCompatibility.swift
[148/194] Compiling SwiftParser SwiftVersion.swift
[149/194] Compiling SwiftParser SyntaxUtils.swift
[150/194] Compiling SwiftParser TokenConsumer.swift
[151/194] Compiling SwiftParser TokenPrecedence.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
[162/194] Compiling SwiftParser Declarations.swift
[163/194] Compiling SwiftParser Directives.swift
[164/194] Emitting module SwiftParser
[165/194] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[166/194] Compiling SwiftParser Expressions.swift
[167/194] Compiling SwiftParser IncrementalParseTransition.swift
[168/194] Compiling SwiftParser IsValidIdentifier.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/210] Wrapping AST for SwiftParser for debugging
[178/218] Compiling SwiftOperators PrecedenceGroup.swift
[179/219] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[180/220] Compiling SwiftOperators OperatorTable.swift
[181/220] Compiling SwiftOperators PrecedenceGraph.swift
[182/220] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[183/220] Compiling SwiftOperators OperatorTable+Semantics.swift
[184/220] Compiling SwiftOperators SyntaxSynthesis.swift
[185/220] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[186/220] Compiling SwiftParserDiagnostics Utils.swift
[187/220] Compiling SwiftOperators OperatorError.swift
[188/220] Compiling SwiftOperators OperatorTable+Defaults.swift
[189/220] Compiling SwiftOperators Operator.swift
[190/220] Compiling SwiftOperators OperatorError+Diagnostics.swift
[191/220] Compiling SwiftOperators OperatorTable+Folding.swift
[192/220] Emitting module SwiftOperators
[193/221] Wrapping AST for SwiftOperators for debugging
[195/221] Emitting module SwiftParserDiagnostics
[198/221] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[199/221] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[200/221] Compiling SwiftParserDiagnostics PresenceUtils.swift
[203/221] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[204/221] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[205/222] Wrapping AST for SwiftParserDiagnostics for debugging
[207/237] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[208/237] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[209/238] Compiling SwiftSyntaxBuilder Indenter.swift
[210/238] Compiling SwiftSyntaxBuilder ListBuilder.swift
[211/238] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[212/238] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[213/238] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[214/238] Emitting module SwiftSyntaxBuilder
[215/238] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[216/238] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[217/238] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[218/238] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[219/238] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[220/238] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.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 Macro.swift
[226/256] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[227/256] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[228/256] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[229/258] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[230/258] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[231/258] Compiling SwiftSyntaxMacros AccessorMacro.swift
[232/258] Compiling SwiftSyntaxMacros AttachedMacro.swift
[233/258] Compiling SwiftSyntaxMacros BodyMacro.swift
[234/258] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[235/258] Compiling SwiftSyntaxMacros Macro+Format.swift
[236/258] Compiling SwiftSyntaxMacros MemberMacro.swift
[237/258] Compiling SwiftSyntaxMacros PeerMacro.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 BasicMacroExpansionContext.swift
[248/269] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[249/269] Emitting module SwiftSyntaxMacroExpansion
[250/269] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[251/269] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[252/269] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[253/269] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[254/269] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[255/269] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[256/270] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[258/282] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[259/283] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[260/283] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[261/283] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[262/283] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[263/283] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[264/283] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[265/283] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[266/283] Emitting module SwiftCompilerPluginMessageHandling
[267/283] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[268/283] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[269/283] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[270/283] Compiling SwiftCompilerPluginMessageHandling Diagnostics.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] Compiling MacroToolkit DeclarationContextModifier.swift
[278/337] Compiling MacroToolkit ModifierProtocol.swift
[279/337] Compiling MacroToolkit NilLiteral.swift
[280/337] Compiling MacroToolkit OptionalType.swift
[281/337] Compiling MacroToolkit PackExpansionType.swift
[282/337] Compiling MacroToolkit PackReferenceType.swift
[283/337] Compiling MacroToolkit Property.swift
[284/337] Compiling MacroToolkit IntegerLiteral.swift
[285/337] Compiling MacroToolkit LiteralProtocol.swift
[286/337] Compiling MacroToolkit MacroAttribute.swift
[287/337] Compiling MacroToolkit MemberType.swift
[288/337] Compiling MacroToolkit MetatypeType.swift
[289/337] Compiling MacroToolkit MissingType.swift
[290/337] Compiling MacroToolkit AccessLevel.swift
[291/337] Compiling MacroToolkit RegexLiteral.swift
[292/337] Compiling MacroToolkit RepresentableBySyntax.swift
[293/337] Compiling MacroToolkit SimpleType.swift
[294/337] Compiling MacroToolkit SomeOrAnyType.swift
[295/337] Compiling MacroToolkit String+Extensions.swift
[296/337] Compiling MacroToolkit StringLiteral.swift
[297/337] Compiling MacroToolkit SuppressedType.swift
[298/343] Emitting module MacroToolkit
[299/343] Compiling MacroToolkit Decl.swift
[300/343] Compiling MacroToolkit Actor.swift
[301/343] Compiling MacroToolkit Class.swift
[302/343] Compiling MacroToolkit DeclGroup.swift
[303/343] Compiling MacroToolkit DeclGroupProtocol.swift
[304/343] Compiling MacroToolkit Enum.swift
[305/343] Compiling MacroToolkit Extension.swift
[306/343] Compiling MacroToolkit Struct.swift
[307/343] Compiling MacroToolkit Destructuring.swift
[308/343] Compiling MacroToolkit Diagnostics.swift
[309/343] Compiling MacroToolkit DictionaryType.swift
[310/343] Compiling MacroToolkit EnumCase.swift
[311/343] Compiling MacroToolkit EnumCaseAssociatedValueParameter.swift
[312/343] Compiling MacroToolkit EnumCaseValue.swift
[313/343] Compiling MacroToolkit ArrayType.swift
[314/343] Compiling MacroToolkit Attribute.swift
[315/343] Compiling MacroToolkit AttributeListElement.swift
[316/343] Compiling MacroToolkit BooleanLiteral.swift
[317/343] Compiling MacroToolkit ClassRestrictionType.swift
[318/343] Compiling MacroToolkit CompositionType.swift
[319/343] Compiling MacroToolkit ConditionalCompilationBlock.swift
[320/343] Compiling MacroToolkit Expr.swift
[321/343] Compiling MacroToolkit ExprProtocol.swift
[322/343] Compiling MacroToolkit FloatLiteral.swift
[323/343] Compiling MacroToolkit Function.swift
[324/343] Compiling MacroToolkit FunctionParameter.swift
[325/343] Compiling MacroToolkit FunctionType.swift
[326/343] Compiling MacroToolkit ImplicitlyUnwrappedOptionalType.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 PugiSwiftMacros.swift
[336/351] Compiling PugiSwiftMacros AttributeMacro.swift
[337/351] Compiling PugiSwiftMacros ComplexExtensionMacro.swift
[338/351] Emitting module PugiSwiftMacros
[339/351] Compiling PugiSwiftMacros ElementMacro.swift
[340/351] Compiling PugiSwiftMacros NodeMacro.swift
[341/351] Compiling PugiSwiftMacros SimpleTypeMacro.swift
[342/352] Wrapping AST for PugiSwiftMacros for debugging
[343/352] Write Objects.LinkFileList
[344/352] Linking PugiSwiftMacros-tool
[346/381] Compiling PugiSwift ListRestrictionError.swift
[347/381] Compiling PugiSwift NumericRestrictionsError.swift
[348/381] Compiling PugiSwift RestrictionsError.swift
[349/381] Compiling PugiSwift StringRestrictionsError.swift
[350/385] Compiling PugiSwift AttributeProtocol.swift
[351/385] Compiling PugiSwift Array+XMLDecodable.swift
[352/385] Compiling PugiSwift Bool+XMLDecodable.swift
[353/385] Compiling PugiSwift Date+XMLDecodable.swift
[354/385] Emitting module PugiSwift
/host/spi-builder-workspace/Sources/PugiSwift/XMLDocument.swift:45:1: warning: @preconcurrency attribute on conformance to 'XMLNodeProtocol' has no effect
43 | }
44 |
45 | extension XMLDocument: @preconcurrency _XMLNodeProtocol {
   | `- warning: @preconcurrency attribute on conformance to 'XMLNodeProtocol' has no effect
46 |
47 | }
[355/385] Compiling PugiSwift Int+XMLDecodable.swift
[356/385] Compiling PugiSwift String+XMLDecodable.swift
[357/385] Compiling PugiSwift UInt+XMLDecodable.swift
[358/385] Compiling PugiSwift URL+XMLDecodable.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 FloatingResrictions.swift
[364/385] Compiling PugiSwift ListRestrictions.swift
[365/385] Compiling PugiSwift NumericRestrictions.swift
[366/385] Compiling PugiSwift RestrictionsProtocol.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
/host/spi-builder-workspace/Sources/PugiSwift/XMLDocument.swift:45:1: warning: @preconcurrency attribute on conformance to 'XMLNodeProtocol' has no effect
43 | }
44 |
45 | extension XMLDocument: @preconcurrency _XMLNodeProtocol {
   | `- warning: @preconcurrency attribute on conformance to 'XMLNodeProtocol' has no effect
46 |
47 | }
[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
/host/spi-builder-workspace/Sources/PugiSwift/XMLDocument.swift:45:1: warning: @preconcurrency attribute on conformance to 'XMLNodeProtocol' has no effect
43 | }
44 |
45 | extension XMLDocument: @preconcurrency _XMLNodeProtocol {
   | `- warning: @preconcurrency attribute on conformance to 'XMLNodeProtocol' has no effect
46 |
47 | }
[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
/host/spi-builder-workspace/Sources/PugiSwift/XMLDocument.swift:45:1: warning: @preconcurrency attribute on conformance to 'XMLNodeProtocol' has no effect
43 | }
44 |
45 | extension XMLDocument: @preconcurrency _XMLNodeProtocol {
   | `- warning: @preconcurrency attribute on conformance to 'XMLNodeProtocol' has no effect
46 |
47 | }
[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
/host/spi-builder-workspace/Sources/PugiSwift/XMLDocument.swift:45:1: warning: @preconcurrency attribute on conformance to 'XMLNodeProtocol' has no effect
43 | }
44 |
45 | extension XMLDocument: @preconcurrency _XMLNodeProtocol {
   | `- warning: @preconcurrency attribute on conformance to 'XMLNodeProtocol' has no effect
46 |
47 | }
[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 Schema.swift
[382/398] Compiling swiftxsd BaseType.swift
[383/398] Compiling swiftxsd AttributeGroup.swift
[384/398] Compiling swiftxsd Annotation.swift
[385/398] Compiling swiftxsd Attribute.swift
[386/398] Emitting module swiftxsd
[387/398] Compiling swiftxsd Restriction.swift
[388/398] Compiling swiftxsd Enumeration.swift
[389/398] Compiling PugiSwiftDemo main.swift
[390/398] Emitting module PugiSwiftDemo
[391/399] Compiling swiftxsd main.swift
[393/399] Compiling swiftxsd SimpleType.swift
[394/400] Wrapping AST for PugiSwiftDemo for debugging
[395/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! (147.10s)
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:96978cfc7c1f56c0b12d561b3402e65f41ab79b9797a4fd5965b5c0d586dcecc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.