The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of PugiSwift, reference main (58c5ce), with Swift 6.0 for Linux on 9 Dec 2024 15:22:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.58.5
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 58c5cea fix: unsafe build flags
Cloned https://github.com/elihwyma/PugiSwift.git
Revision (git rev-parse @):
58c5cea692b3f8463d56e8e1aeaf173ab778f1a0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/elihwyma/PugiSwift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/stackotter/swift-macro-toolkit.git
[1/863] Fetching swift-macro-toolkit
[864/67802] Fetching swift-macro-toolkit, swift-syntax
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (4.69s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.74s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.6.0 (0.49s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (2.27s)
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.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
Building for debugging...
[0/47] Write sources
[19/47] Compiling _SwiftSyntaxCShims dummy.c
[20/47] Write swift-version-24593BA9C3E375BF.txt
[21/53] Compiling pugixml pugixml.cpp
[23/53] Emitting module SwiftSyntax600
[24/53] Compiling SwiftSyntax600 Empty.swift
[26/54] Emitting module SwiftSyntax509
[27/54] Compiling SwiftSyntax509 Empty.swift
[28/55] Wrapping AST for SwiftSyntax600 for debugging
[29/55] Wrapping AST for SwiftSyntax509 for debugging
[31/55] Emitting module SwiftSyntax510
[32/55] Compiling SwiftSyntax510 Empty.swift
[33/56] Wrapping AST for SwiftSyntax510 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 SyntaxNodeFactory.swift
[45/128] Compiling SwiftSyntax SyntaxNodeStructure.swift
[46/128] Compiling SwiftSyntax SyntaxProtocol.swift
[47/128] Compiling SwiftSyntax SyntaxText.swift
[48/128] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[49/128] Compiling SwiftSyntax TokenDiagnostic.swift
[50/128] Compiling SwiftSyntax TokenSequence.swift
[51/128] Compiling SwiftSyntax TokenSyntax.swift
[52/128] Compiling SwiftSyntax Trivia.swift
[53/128] Compiling SwiftSyntax MemoryLayout.swift
[54/128] Compiling SwiftSyntax MissingNodeInitializers.swift
[55/128] Compiling SwiftSyntax RawSyntax.swift
[56/128] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[57/128] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[58/128] Compiling SwiftSyntax RawSyntaxTokenView.swift
[59/128] Compiling SwiftSyntax SourceEdit.swift
[60/128] Compiling SwiftSyntax SourceLength.swift
[61/128] Compiling SwiftSyntax SourceLocation.swift
[62/128] Compiling SwiftSyntax SyntaxKind.swift
[63/128] Compiling SwiftSyntax SyntaxRewriter.swift
[64/128] Compiling SwiftSyntax SyntaxTraits.swift
[65/128] Compiling SwiftSyntax SyntaxVisitor.swift
[66/128] Compiling SwiftSyntax TokenKind.swift
[67/128] Compiling SwiftSyntax Tokens.swift
[68/128] Compiling SwiftSyntax TriviaPieces.swift
[69/128] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[70/128] Compiling SwiftSyntax RawSyntaxNodesC.swift
[71/128] Emitting module SwiftSyntax
[72/128] Compiling SwiftSyntax SourcePresence.swift
[73/128] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[74/128] Compiling SwiftSyntax Syntax.swift
[75/128] Compiling SwiftSyntax SyntaxArena.swift
[76/128] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[77/128] Compiling SwiftSyntax SyntaxChildren.swift
[78/128] Compiling SwiftSyntax SyntaxCollection.swift
[79/128] Compiling SwiftSyntax SyntaxHashable.swift
[80/128] Compiling SwiftSyntax SyntaxIdentifier.swift
[81/128] Compiling SwiftSyntax RawSyntaxNodesD.swift
[82/128] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[83/128] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[84/128] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[85/128] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[86/128] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[87/128] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[88/128] Compiling SwiftSyntax RawSyntaxValidation.swift
[89/128] Compiling SwiftSyntax SyntaxNodesAB.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 SwiftBasicFormat SyntaxProtocol+Formatted.swift
[111/187] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[112/187] Compiling SwiftBasicFormat Syntax+Extensions.swift
[113/187] Compiling SwiftDiagnostics FixIt.swift
[114/187] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[115/187] Compiling SwiftDiagnostics Note.swift
[116/187] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[117/187] Emitting module SwiftDiagnostics
[118/187] Compiling SwiftParser Attributes.swift
[119/187] Compiling SwiftParser Availability.swift
[120/187] Compiling SwiftParser CharacterInfo.swift
[121/187] Compiling SwiftParser CollectionNodes+Parsable.swift
[122/187] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[123/188] Compiling SwiftBasicFormat InferIndentation.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
[163/194] Compiling SwiftParser Declarations.swift
[164/194] Compiling SwiftParser Directives.swift
[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/195] Wrapping AST for SwiftParser for debugging
[178/218] Compiling SwiftOperators PrecedenceGraph.swift
[179/219] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[180/220] Compiling SwiftOperators PrecedenceGroup.swift
[181/220] Compiling SwiftOperators SyntaxSynthesis.swift
[182/220] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[183/220] Compiling SwiftOperators OperatorTable.swift
[184/220] Compiling SwiftOperators OperatorTable+Semantics.swift
[185/220] Emitting module SwiftOperators
[186/220] Compiling SwiftOperators OperatorTable+Folding.swift
[187/220] Compiling SwiftParserDiagnostics MissingNodesError.swift
[188/220] Compiling SwiftParserDiagnostics MissingTokenError.swift
[189/220] Compiling SwiftOperators Operator.swift
[190/220] Compiling SwiftOperators OperatorError+Diagnostics.swift
[192/221] Emitting module SwiftParserDiagnostics
[194/221] Wrapping AST for SwiftOperators for debugging
[196/221] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[197/221] Compiling SwiftParserDiagnostics Utils.swift
[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 SyntaxExpressibleByStringInterpolationConformances.swift
[210/238] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[211/238] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[212/238] Compiling SwiftSyntaxBuilder Indenter.swift
[213/238] Compiling SwiftSyntaxBuilder ListBuilder.swift
[214/238] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[215/238] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[216/238] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[217/238] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[218/238] Emitting module SwiftSyntaxBuilder
[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 Macro.swift
[226/256] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[227/256] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[228/256] Compiling SwiftSyntaxMacros Macro+Format.swift
[229/256] Compiling SwiftSyntaxMacros AccessorMacro.swift
[230/256] Compiling SwiftSyntaxMacros AttachedMacro.swift
[231/256] Compiling SwiftSyntaxMacros BodyMacro.swift
[232/256] Compiling SwiftSyntaxMacros MemberMacro.swift
[233/256] Compiling SwiftSyntaxMacros PeerMacro.swift
[234/256] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[235/256] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[236/256] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[237/256] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[238/258] Emitting module SwiftSyntaxMacros
[239/258] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[240/258] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[241/258] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[242/258] Compiling SwiftSyntaxMacros PreambleMacro.swift
[243/258] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[244/259] Wrapping AST for SwiftSyntaxMacros for debugging
[246/268] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[247/269] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[248/269] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[249/269] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[250/269] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[251/269] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[252/269] Emitting module SwiftSyntaxMacroExpansion
[253/269] Compiling SwiftSyntaxMacroExpansion IndentationUtils.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 PluginMessages.swift
[259/282] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[260/282] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[261/283] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[262/283] Emitting module SwiftCompilerPluginMessageHandling
[263/283] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[264/283] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[265/283] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[266/283] Compiling SwiftCompilerPluginMessageHandling Diagnostics.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/337] Compiling MacroToolkit ArrayType.swift
[279/337] Compiling MacroToolkit Attribute.swift
[280/337] Compiling MacroToolkit AttributeListElement.swift
[281/337] Compiling MacroToolkit BooleanLiteral.swift
[282/337] Compiling MacroToolkit ClassRestrictionType.swift
[283/337] Compiling MacroToolkit CompositionType.swift
[284/337] Compiling MacroToolkit ConditionalCompilationBlock.swift
[285/343] Compiling MacroToolkit RegexLiteral.swift
[286/343] Compiling MacroToolkit RepresentableBySyntax.swift
[287/343] Compiling MacroToolkit SimpleType.swift
[288/343] Compiling MacroToolkit SomeOrAnyType.swift
[289/343] Compiling MacroToolkit String+Extensions.swift
[290/343] Compiling MacroToolkit StringLiteral.swift
[291/343] Compiling MacroToolkit SuppressedType.swift
[292/343] Compiling MacroToolkit Expr.swift
[293/343] Compiling MacroToolkit ExprProtocol.swift
[294/343] Compiling MacroToolkit FloatLiteral.swift
[295/343] Compiling MacroToolkit Function.swift
[296/343] Compiling MacroToolkit FunctionParameter.swift
[297/343] Compiling MacroToolkit FunctionType.swift
[298/343] Compiling MacroToolkit ImplicitlyUnwrappedOptionalType.swift
[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 IntegerLiteral.swift
[307/343] Compiling MacroToolkit LiteralProtocol.swift
[308/343] Compiling MacroToolkit MacroAttribute.swift
[309/343] Compiling MacroToolkit MemberType.swift
[310/343] Compiling MacroToolkit MetatypeType.swift
[311/343] Compiling MacroToolkit MissingType.swift
[312/343] Compiling MacroToolkit AccessLevel.swift
[313/343] Compiling MacroToolkit DeclarationContextModifier.swift
[314/343] Compiling MacroToolkit ModifierProtocol.swift
[315/343] Compiling MacroToolkit NilLiteral.swift
[316/343] Compiling MacroToolkit OptionalType.swift
[317/343] Compiling MacroToolkit PackExpansionType.swift
[318/343] Compiling MacroToolkit PackReferenceType.swift
[319/343] Compiling MacroToolkit Property.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 PugiSwiftMacros.swift
[336/351] Emitting module PugiSwiftMacros
[337/351] Compiling PugiSwiftMacros ComplexExtensionMacro.swift
[338/351] Compiling PugiSwiftMacros AttributeMacro.swift
[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] Compiling PugiSwift Int+XMLDecodable.swift
[355/385] Compiling PugiSwift String+XMLDecodable.swift
[356/385] Compiling PugiSwift UInt+XMLDecodable.swift
[357/385] Compiling PugiSwift URL+XMLDecodable.swift
[358/385] Compiling PugiSwift DateDecoding.swift
[359/385] Compiling PugiSwift Dictionary+XMLDecodable.swift
[360/385] Compiling PugiSwift Double+XMLDecodable.swift
[361/385] Compiling PugiSwift Float+XMLDecodable.swift
[362/385] Emitting module PugiSwift
[363/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
[364/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
[365/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
[366/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
[367/385] Compiling PugiSwift FloatingResrictions.swift
[368/385] Compiling PugiSwift ListRestrictions.swift
[369/385] Compiling PugiSwift NumericRestrictions.swift
[370/385] Compiling PugiSwift RestrictionsProtocol.swift
[371/385] Compiling PugiSwift MacroDefinitions.swift
[372/385] Compiling PugiSwift XMLDecodable.swift
[373/385] Compiling PugiSwift XMLDecoderError.swift
[374/385] Compiling PugiSwift BinaryInteger+Extension.swift
[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
[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
[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
[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
[379/386] Wrapping AST for PugiSwift for debugging
[381/397] Compiling swiftxsd Enumeration.swift
[382/397] Compiling swiftxsd BaseType.swift
[383/397] Compiling swiftxsd Restriction.swift
[384/398] Compiling swiftxsd AttributeGroup.swift
[385/398] Emitting module PugiSwiftDemo
[386/398] Compiling PugiSwiftDemo main.swift
[388/399] Compiling swiftxsd main.swift
[388/399] Wrapping AST for PugiSwiftDemo for debugging
[389/399] Write Objects.LinkFileList
[391/399] Compiling swiftxsd SimpleType.swift
[392/399] Compiling swiftxsd Schema.swift
[393/399] Compiling swiftxsd Annotation.swift
[394/399] Compiling swiftxsd Attribute.swift
[395/399] Emitting module swiftxsd
[396/400] Linking PugiSwiftDemo
[397/400] Wrapping AST for swiftxsd for debugging
[398/400] Write Objects.LinkFileList
[399/400] Linking swiftxsd
Build complete! (115.42s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.