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

Failed to build PugiSwift, reference main (58c5ce), with Swift 6.1 for Linux on 30 Apr 2025 02:20:32 UTC.

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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
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.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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/869] Fetching swift-macro-toolkit
[870/71114] Fetching swift-macro-toolkit, swift-syntax
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (3.58s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.62s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.6.1 (4.09s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.93s)
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/53] Compiling pugixml pugixml.cpp
[23/53] Compiling SwiftSyntax509 Empty.swift
[24/53] Emitting module SwiftSyntax509
[26/54] Emitting module SwiftSyntax510
[27/54] Compiling SwiftSyntax510 Empty.swift
[27/55] Wrapping AST for SwiftSyntax509 for debugging
[29/55] Wrapping AST for SwiftSyntax510 for debugging
[31/55] Emitting module SwiftSyntax600
[32/55] Compiling SwiftSyntax600 Empty.swift
[33/56] Wrapping AST for SwiftSyntax600 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 SyntaxNodeFactory.swift
[64/128] Compiling SwiftSyntax SyntaxNodeStructure.swift
[65/128] Compiling SwiftSyntax SyntaxProtocol.swift
[66/128] Compiling SwiftSyntax SyntaxText.swift
[67/128] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[68/128] Compiling SwiftSyntax TokenDiagnostic.swift
[69/128] Compiling SwiftSyntax TokenSequence.swift
[70/128] Compiling SwiftSyntax TokenSyntax.swift
[71/128] Compiling SwiftSyntax Trivia.swift
[72/128] Compiling SwiftSyntax SyntaxKind.swift
[73/128] Compiling SwiftSyntax SyntaxRewriter.swift
[74/128] Compiling SwiftSyntax SyntaxTraits.swift
[75/128] Compiling SwiftSyntax SyntaxVisitor.swift
[76/128] Compiling SwiftSyntax TokenKind.swift
[77/128] Compiling SwiftSyntax Tokens.swift
[78/128] Compiling SwiftSyntax TriviaPieces.swift
[79/128] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[80/128] Compiling SwiftSyntax RawSyntaxNodesC.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/132] Wrapping AST for SwiftSyntax for debugging
[109/186] Compiling SwiftDiagnostics Message.swift
[110/187] Compiling SwiftBasicFormat Syntax+Extensions.swift
[111/187] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[112/187] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[113/187] Compiling SwiftBasicFormat InferIndentation.swift
[114/187] Compiling SwiftDiagnostics Note.swift
[115/187] Compiling SwiftDiagnostics FixIt.swift
[116/187] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[117/187] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[118/187] Compiling SwiftParser CharacterInfo.swift
[119/187] Compiling SwiftParser CollectionNodes+Parsable.swift
[120/187] Compiling SwiftParser Attributes.swift
[121/187] Compiling SwiftParser Availability.swift
[122/187] Emitting module SwiftDiagnostics
[123/187] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[125/188] Emitting module SwiftBasicFormat
[126/188] Compiling SwiftBasicFormat BasicFormat.swift
[127/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 Patterns.swift
[137/194] Compiling SwiftParser Recovery.swift
[138/194] Compiling SwiftParser Specifiers.swift
[139/194] Compiling SwiftParser Statements.swift
[140/194] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[141/194] Compiling SwiftParser StringLiterals.swift
[142/194] Compiling SwiftParser Modifiers.swift
[143/194] Compiling SwiftParser Names.swift
[144/194] Compiling SwiftParser Nominals.swift
[145/194] Compiling SwiftParser Parameters.swift
[146/194] Compiling SwiftParser ParseSourceFile.swift
[147/194] Compiling SwiftParser Parser.swift
[148/194] Compiling SwiftParser SwiftParserCompatibility.swift
[149/194] Compiling SwiftParser SwiftVersion.swift
[150/194] Compiling SwiftParser SyntaxUtils.swift
[151/194] Compiling SwiftParser TokenConsumer.swift
[152/194] Compiling SwiftParser TokenPrecedence.swift
[153/194] Compiling SwiftParser TokenSpec.swift
[154/194] Compiling SwiftParser TokenSpecSet.swift
[155/194] Compiling SwiftParser TopLevel.swift
[156/194] Compiling SwiftParser TriviaParser.swift
[157/194] Compiling SwiftParser Types.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/195] Wrapping AST for SwiftParser for debugging
[178/218] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[179/218] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[180/219] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[181/220] Compiling SwiftOperators OperatorTable.swift
[182/220] Compiling SwiftOperators PrecedenceGroup.swift
[183/220] Compiling SwiftOperators PrecedenceGraph.swift
[184/220] Compiling SwiftParserDiagnostics MissingNodesError.swift
[185/220] Compiling SwiftParserDiagnostics MissingTokenError.swift
[186/220] Emitting module SwiftOperators
[187/220] Compiling SwiftOperators SyntaxSynthesis.swift
[188/220] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[189/220] Compiling SwiftOperators OperatorTable+Semantics.swift
[190/220] Compiling SwiftOperators OperatorTable+Folding.swift
[191/221] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[192/221] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[193/221] Compiling SwiftParserDiagnostics Utils.swift
[194/221] Wrapping AST for SwiftOperators for debugging
[196/221] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[197/221] Compiling SwiftParserDiagnostics PresenceUtils.swift
[200/221] Emitting module SwiftParserDiagnostics
[203/221] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[204/221] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[205/222] Wrapping AST for SwiftParserDiagnostics for debugging
[207/237] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[208/237] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[209/237] Compiling SwiftSyntaxBuilder Indenter.swift
[210/237] Compiling SwiftSyntaxBuilder ListBuilder.swift
[211/237] Emitting module SwiftSyntaxBuilder
[212/237] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[213/237] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[214/237] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[215/237] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[216/238] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[217/238] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[218/238] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[219/238] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[220/238] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[221/238] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[222/238] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[223/239] Wrapping AST for SwiftSyntaxBuilder for debugging
[225/256] Compiling SwiftSyntaxMacros AccessorMacro.swift
[226/256] Compiling SwiftSyntaxMacros AttachedMacro.swift
[227/256] Compiling SwiftSyntaxMacros BodyMacro.swift
[228/258] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[229/258] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[230/258] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[231/258] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[232/258] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[233/258] Compiling SwiftSyntaxMacros Macro+Format.swift
[234/258] Compiling SwiftSyntaxMacros MemberMacro.swift
[235/258] Compiling SwiftSyntaxMacros PeerMacro.swift
[236/258] Compiling SwiftSyntaxMacros Macro.swift
[237/258] Compiling SwiftSyntaxMacros MemberAttributeMacro.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 MacroSpec.swift
[247/269] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[248/269] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[249/269] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[250/269] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[251/269] Emitting module SwiftSyntaxMacroExpansion
[252/269] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[253/269] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.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 CodingUtilities.swift
[259/282] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[260/283] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[261/283] Emitting module SwiftCompilerPluginMessageHandling
[262/283] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[263/283] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[264/283] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[265/283] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[266/283] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[267/283] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[268/283] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.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 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 DeclarationContextModifier.swift
[293/343] Compiling MacroToolkit ModifierProtocol.swift
[294/343] Compiling MacroToolkit NilLiteral.swift
[295/343] Compiling MacroToolkit OptionalType.swift
[296/343] Compiling MacroToolkit PackExpansionType.swift
[297/343] Compiling MacroToolkit PackReferenceType.swift
[298/343] Compiling MacroToolkit Property.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 Expr.swift
[307/343] Compiling MacroToolkit ExprProtocol.swift
[308/343] Compiling MacroToolkit FloatLiteral.swift
[309/343] Compiling MacroToolkit Function.swift
[310/343] Compiling MacroToolkit FunctionParameter.swift
[311/343] Compiling MacroToolkit FunctionType.swift
[312/343] Compiling MacroToolkit ImplicitlyUnwrappedOptionalType.swift
[313/343] Compiling MacroToolkit RegexLiteral.swift
[314/343] Compiling MacroToolkit RepresentableBySyntax.swift
[315/343] Compiling MacroToolkit SimpleType.swift
[316/343] Compiling MacroToolkit SomeOrAnyType.swift
[317/343] Compiling MacroToolkit String+Extensions.swift
[318/343] Compiling MacroToolkit StringLiteral.swift
[319/343] Compiling MacroToolkit SuppressedType.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] Compiling PugiSwiftMacros ElementMacro.swift
[337/351] Compiling PugiSwiftMacros ComplexExtensionMacro.swift
[338/351] Compiling PugiSwiftMacros NodeMacro.swift
[339/351] Compiling PugiSwiftMacros PugiSwiftMacros.swift
[340/351] Emitting module PugiSwiftMacros
[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 FloatingResrictions.swift
[347/381] Compiling PugiSwift ListRestrictions.swift
[348/381] Compiling PugiSwift NumericRestrictions.swift
[349/381] Compiling PugiSwift RestrictionsProtocol.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[350/385] Emitting module PugiSwift
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:13:17: error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
 12 |
 13 |     private var attribute: pugi.xml_attribute
    |                 `- error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 14 |
 15 |     internal init(attribute: pugi.xml_attribute) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:368:22: note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 366 |
 367 | 	// A light-weight handle for manipulating attributes in DOM tree
 368 | 	class PUGIXML_CLASS xml_attribute
     |                      `- note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 369 | 	{
 370 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
  7 |
  8 | import Foundation
  9 | import pugixml
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 10 |
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
/host/spi-builder-workspace/Sources/PugiSwift/XMLDocument.swift:8:18: error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 6 |     private var document = pugi.xml_document()
 7 |
 8 |     internal let node: pugi.xml_node
   |                  `- error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 9 |
10 |     public init(data: Data) throws(XMLError) {
   :
43 | }
44 |
45 | extension XMLDocument: _XMLNodeProtocol {
   |                        `- note: add '@preconcurrency' to the '_XMLNodeProtocol' conformance to defer isolation checking to run time
46 |
47 | }
/host/spi-builder-workspace/Sources/PugiSwift/XMLNodeProtocol.swift:57:9: note: requirement 'node' declared here
 55 | internal protocol _XMLNodeProtocol: XMLNodeProtocol {
 56 |
 57 |     var node: pugi.xml_node { get }
    |         `- note: requirement 'node' declared here
 58 |
 59 | }
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:13:18: error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
11 | public struct XMLNode: Sendable {
12 |
13 |     internal var node: pugi.xml_node
   |                  `- error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
14 |
15 |     internal init(node: pugi.xml_node) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:479:22: note: struct 'xml_node' does not conform to the 'Sendable' protocol
 477 |
 478 | 	// A light-weight handle for manipulating nodes in DOM tree
 479 | 	class PUGIXML_CLASS xml_node
     |                      `- note: struct 'xml_node' does not conform to the 'Sendable' protocol
 480 | 	{
 481 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLNode: Sendable {
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:13:17: error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
11 | public struct XMLText: Sendable, AttributeProtocol {
12 |
13 |     private let text: pugi.xml_text
   |                 `- error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
14 |
15 |     internal init(text: pugi.xml_text) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:748:22: note: struct 'xml_text' does not conform to the 'Sendable' protocol
 746 |
 747 | 	// A helper for working with text inside PCDATA nodes
 748 | 	class PUGIXML_CLASS xml_text
     |                      `- note: struct 'xml_text' does not conform to the 'Sendable' protocol
 749 | 	{
 750 | 		friend class xml_node;
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLText: Sendable, AttributeProtocol {
[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 AttributeProtocol.swift
[356/385] Compiling PugiSwift Array+XMLDecodable.swift
[357/385] Compiling PugiSwift Bool+XMLDecodable.swift
[358/385] Compiling PugiSwift Date+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 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
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:13:17: error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
 12 |
 13 |     private var attribute: pugi.xml_attribute
    |                 `- error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 14 |
 15 |     internal init(attribute: pugi.xml_attribute) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:368:22: note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 366 |
 367 | 	// A light-weight handle for manipulating attributes in DOM tree
 368 | 	class PUGIXML_CLASS xml_attribute
     |                      `- note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 369 | 	{
 370 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
  7 |
  8 | import Foundation
  9 | import pugixml
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 10 |
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
<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:8:18: error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 6 |     private var document = pugi.xml_document()
 7 |
 8 |     internal let node: pugi.xml_node
   |                  `- error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 9 |
10 |     public init(data: Data) throws(XMLError) {
   :
43 | }
44 |
45 | extension XMLDocument: _XMLNodeProtocol {
   |                        `- note: add '@preconcurrency' to the '_XMLNodeProtocol' conformance to defer isolation checking to run time
46 |
47 | }
/host/spi-builder-workspace/Sources/PugiSwift/XMLNodeProtocol.swift:57:9: note: requirement 'node' declared here
 55 | internal protocol _XMLNodeProtocol: XMLNodeProtocol {
 56 |
 57 |     var node: pugi.xml_node { get }
    |         `- note: requirement 'node' declared here
 58 |
 59 | }
[372/385] Compiling PugiSwift XMLAttribute.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:13:17: error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
 12 |
 13 |     private var attribute: pugi.xml_attribute
    |                 `- error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 14 |
 15 |     internal init(attribute: pugi.xml_attribute) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:368:22: note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 366 |
 367 | 	// A light-weight handle for manipulating attributes in DOM tree
 368 | 	class PUGIXML_CLASS xml_attribute
     |                      `- note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 369 | 	{
 370 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
  7 |
  8 | import Foundation
  9 | import pugixml
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 10 |
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
<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:8:18: error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 6 |     private var document = pugi.xml_document()
 7 |
 8 |     internal let node: pugi.xml_node
   |                  `- error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 9 |
10 |     public init(data: Data) throws(XMLError) {
   :
43 | }
44 |
45 | extension XMLDocument: _XMLNodeProtocol {
   |                        `- note: add '@preconcurrency' to the '_XMLNodeProtocol' conformance to defer isolation checking to run time
46 |
47 | }
/host/spi-builder-workspace/Sources/PugiSwift/XMLNodeProtocol.swift:57:9: note: requirement 'node' declared here
 55 | internal protocol _XMLNodeProtocol: XMLNodeProtocol {
 56 |
 57 |     var node: pugi.xml_node { get }
    |         `- note: requirement 'node' declared here
 58 |
 59 | }
[373/385] Compiling PugiSwift XMLDocument.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:13:17: error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
 12 |
 13 |     private var attribute: pugi.xml_attribute
    |                 `- error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 14 |
 15 |     internal init(attribute: pugi.xml_attribute) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:368:22: note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 366 |
 367 | 	// A light-weight handle for manipulating attributes in DOM tree
 368 | 	class PUGIXML_CLASS xml_attribute
     |                      `- note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 369 | 	{
 370 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
  7 |
  8 | import Foundation
  9 | import pugixml
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 10 |
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
<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:8:18: error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 6 |     private var document = pugi.xml_document()
 7 |
 8 |     internal let node: pugi.xml_node
   |                  `- error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 9 |
10 |     public init(data: Data) throws(XMLError) {
   :
43 | }
44 |
45 | extension XMLDocument: _XMLNodeProtocol {
   |                        `- note: add '@preconcurrency' to the '_XMLNodeProtocol' conformance to defer isolation checking to run time
46 |
47 | }
/host/spi-builder-workspace/Sources/PugiSwift/XMLNodeProtocol.swift:57:9: note: requirement 'node' declared here
 55 | internal protocol _XMLNodeProtocol: XMLNodeProtocol {
 56 |
 57 |     var node: pugi.xml_node { get }
    |         `- note: requirement 'node' declared here
 58 |
 59 | }
[374/385] Compiling PugiSwift XMLError.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:13:17: error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
 12 |
 13 |     private var attribute: pugi.xml_attribute
    |                 `- error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 14 |
 15 |     internal init(attribute: pugi.xml_attribute) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:368:22: note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 366 |
 367 | 	// A light-weight handle for manipulating attributes in DOM tree
 368 | 	class PUGIXML_CLASS xml_attribute
     |                      `- note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 369 | 	{
 370 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
  7 |
  8 | import Foundation
  9 | import pugixml
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 10 |
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
<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:8:18: error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 6 |     private var document = pugi.xml_document()
 7 |
 8 |     internal let node: pugi.xml_node
   |                  `- error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 9 |
10 |     public init(data: Data) throws(XMLError) {
   :
43 | }
44 |
45 | extension XMLDocument: _XMLNodeProtocol {
   |                        `- note: add '@preconcurrency' to the '_XMLNodeProtocol' conformance to defer isolation checking to run time
46 |
47 | }
/host/spi-builder-workspace/Sources/PugiSwift/XMLNodeProtocol.swift:57:9: note: requirement 'node' declared here
 55 | internal protocol _XMLNodeProtocol: XMLNodeProtocol {
 56 |
 57 |     var node: pugi.xml_node { get }
    |         `- note: requirement 'node' declared here
 58 |
 59 | }
[375/385] Compiling PugiSwift XMLModifiableProtocol.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:13:18: error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
11 | public struct XMLNode: Sendable {
12 |
13 |     internal var node: pugi.xml_node
   |                  `- error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
14 |
15 |     internal init(node: pugi.xml_node) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:479:22: note: struct 'xml_node' does not conform to the 'Sendable' protocol
 477 |
 478 | 	// A light-weight handle for manipulating nodes in DOM tree
 479 | 	class PUGIXML_CLASS xml_node
     |                      `- note: struct 'xml_node' does not conform to the 'Sendable' protocol
 480 | 	{
 481 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLNode: Sendable {
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:13:17: error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
11 | public struct XMLText: Sendable, AttributeProtocol {
12 |
13 |     private let text: pugi.xml_text
   |                 `- error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
14 |
15 |     internal init(text: pugi.xml_text) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:748:22: note: struct 'xml_text' does not conform to the 'Sendable' protocol
 746 |
 747 | 	// A helper for working with text inside PCDATA nodes
 748 | 	class PUGIXML_CLASS xml_text
     |                      `- note: struct 'xml_text' does not conform to the 'Sendable' protocol
 749 | 	{
 750 | 		friend class xml_node;
<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/XMLText.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLText: Sendable, AttributeProtocol {
[376/385] Compiling PugiSwift XMLNode.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:13:18: error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
11 | public struct XMLNode: Sendable {
12 |
13 |     internal var node: pugi.xml_node
   |                  `- error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
14 |
15 |     internal init(node: pugi.xml_node) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:479:22: note: struct 'xml_node' does not conform to the 'Sendable' protocol
 477 |
 478 | 	// A light-weight handle for manipulating nodes in DOM tree
 479 | 	class PUGIXML_CLASS xml_node
     |                      `- note: struct 'xml_node' does not conform to the 'Sendable' protocol
 480 | 	{
 481 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLNode: Sendable {
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:13:17: error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
11 | public struct XMLText: Sendable, AttributeProtocol {
12 |
13 |     private let text: pugi.xml_text
   |                 `- error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
14 |
15 |     internal init(text: pugi.xml_text) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:748:22: note: struct 'xml_text' does not conform to the 'Sendable' protocol
 746 |
 747 | 	// A helper for working with text inside PCDATA nodes
 748 | 	class PUGIXML_CLASS xml_text
     |                      `- note: struct 'xml_text' does not conform to the 'Sendable' protocol
 749 | 	{
 750 | 		friend class xml_node;
<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/XMLText.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLText: Sendable, AttributeProtocol {
[377/385] Compiling PugiSwift XMLNodeProtocol.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:13:18: error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
11 | public struct XMLNode: Sendable {
12 |
13 |     internal var node: pugi.xml_node
   |                  `- error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
14 |
15 |     internal init(node: pugi.xml_node) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:479:22: note: struct 'xml_node' does not conform to the 'Sendable' protocol
 477 |
 478 | 	// A light-weight handle for manipulating nodes in DOM tree
 479 | 	class PUGIXML_CLASS xml_node
     |                      `- note: struct 'xml_node' does not conform to the 'Sendable' protocol
 480 | 	{
 481 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLNode: Sendable {
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:13:17: error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
11 | public struct XMLText: Sendable, AttributeProtocol {
12 |
13 |     private let text: pugi.xml_text
   |                 `- error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
14 |
15 |     internal init(text: pugi.xml_text) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:748:22: note: struct 'xml_text' does not conform to the 'Sendable' protocol
 746 |
 747 | 	// A helper for working with text inside PCDATA nodes
 748 | 	class PUGIXML_CLASS xml_text
     |                      `- note: struct 'xml_text' does not conform to the 'Sendable' protocol
 749 | 	{
 750 | 		friend class xml_node;
<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/XMLText.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLText: Sendable, AttributeProtocol {
[378/385] Compiling PugiSwift XMLText.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:13:18: error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
11 | public struct XMLNode: Sendable {
12 |
13 |     internal var node: pugi.xml_node
   |                  `- error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
14 |
15 |     internal init(node: pugi.xml_node) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:479:22: note: struct 'xml_node' does not conform to the 'Sendable' protocol
 477 |
 478 | 	// A light-weight handle for manipulating nodes in DOM tree
 479 | 	class PUGIXML_CLASS xml_node
     |                      `- note: struct 'xml_node' does not conform to the 'Sendable' protocol
 480 | 	{
 481 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLNode: Sendable {
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:13:17: error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
11 | public struct XMLText: Sendable, AttributeProtocol {
12 |
13 |     private let text: pugi.xml_text
   |                 `- error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
14 |
15 |     internal init(text: pugi.xml_text) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:748:22: note: struct 'xml_text' does not conform to the 'Sendable' protocol
 746 |
 747 | 	// A helper for working with text inside PCDATA nodes
 748 | 	class PUGIXML_CLASS xml_text
     |                      `- note: struct 'xml_text' does not conform to the 'Sendable' protocol
 749 | 	{
 750 | 		friend class xml_node;
<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/XMLText.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLText: Sendable, AttributeProtocol {
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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/26] Write swift-version-24593BA9C3E375BF.txt
[2/32] Compiling SwiftSyntax510 Empty.swift
[3/32] Emitting module SwiftSyntax510
[4/33] Emitting module SwiftSyntax509
[5/33] Compiling SwiftSyntax509 Empty.swift
[6/34] Emitting module SwiftSyntax600
[7/34] Compiling SwiftSyntax600 Empty.swift
[11/96] Compiling SwiftSyntax AbsolutePosition.swift
[12/96] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[13/96] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[14/96] Compiling SwiftSyntax Assert.swift
[15/96] Compiling SwiftSyntax BumpPtrAllocator.swift
[16/96] Compiling SwiftSyntax CommonAncestor.swift
[17/96] Compiling SwiftSyntax Convenience.swift
[18/96] Compiling SwiftSyntax CustomTraits.swift
[19/96] Compiling SwiftSyntax Identifier.swift
[20/104] Emitting module SwiftSyntax
[21/104] Compiling SwiftSyntax SyntaxNodeFactory.swift
[22/104] Compiling SwiftSyntax SyntaxNodeStructure.swift
[23/104] Compiling SwiftSyntax SyntaxProtocol.swift
[24/104] Compiling SwiftSyntax SyntaxText.swift
[25/104] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[26/104] Compiling SwiftSyntax TokenDiagnostic.swift
[27/104] Compiling SwiftSyntax TokenSequence.swift
[28/104] Compiling SwiftSyntax TokenSyntax.swift
[29/104] Compiling SwiftSyntax Trivia.swift
[30/104] Compiling SwiftSyntax MemoryLayout.swift
[31/104] Compiling SwiftSyntax MissingNodeInitializers.swift
[32/104] Compiling SwiftSyntax RawSyntax.swift
[33/104] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[34/104] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[35/104] Compiling SwiftSyntax RawSyntaxTokenView.swift
[36/104] Compiling SwiftSyntax SourceEdit.swift
[37/104] Compiling SwiftSyntax SourceLength.swift
[38/104] Compiling SwiftSyntax SourceLocation.swift
[39/104] Compiling SwiftSyntax SourcePresence.swift
[40/104] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[41/104] Compiling SwiftSyntax Syntax.swift
[42/104] Compiling SwiftSyntax SyntaxArena.swift
[43/104] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[44/104] Compiling SwiftSyntax SyntaxChildren.swift
[45/104] Compiling SwiftSyntax SyntaxCollection.swift
[46/104] Compiling SwiftSyntax SyntaxHashable.swift
[47/104] Compiling SwiftSyntax SyntaxIdentifier.swift
[48/104] Compiling SwiftSyntax SyntaxKind.swift
[49/104] Compiling SwiftSyntax SyntaxRewriter.swift
[50/104] Compiling SwiftSyntax SyntaxTraits.swift
[51/104] Compiling SwiftSyntax SyntaxVisitor.swift
[52/104] Compiling SwiftSyntax TokenKind.swift
[53/104] Compiling SwiftSyntax Tokens.swift
[54/104] Compiling SwiftSyntax TriviaPieces.swift
[55/104] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[56/104] Compiling SwiftSyntax RawSyntaxNodesC.swift
[57/104] Compiling SwiftSyntax RawSyntaxNodesD.swift
[58/104] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[59/104] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[60/104] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[61/104] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[62/104] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[63/104] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[64/104] Compiling SwiftSyntax RawSyntaxValidation.swift
[65/104] Compiling SwiftSyntax SyntaxNodesAB.swift
[66/104] Compiling SwiftSyntax Utils.swift
[67/104] Compiling SwiftSyntax ChildNameForKeyPath.swift
[68/104] Compiling SwiftSyntax Keyword.swift
[69/104] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[70/104] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[71/104] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[72/104] Compiling SwiftSyntax SyntaxBaseNodes.swift
[73/104] Compiling SwiftSyntax SyntaxCollections.swift
[74/104] Compiling SwiftSyntax SyntaxEnum.swift
[75/104] Compiling SwiftSyntax SyntaxNodesC.swift
[76/104] Compiling SwiftSyntax SyntaxNodesD.swift
[77/104] Compiling SwiftSyntax SyntaxNodesEF.swift
[78/104] Compiling SwiftSyntax SyntaxNodesGHI.swift
[79/104] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[80/104] Compiling SwiftSyntax SyntaxNodesOP.swift
[81/104] Compiling SwiftSyntax SyntaxNodesQRS.swift
[82/104] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[84/129] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[85/162] Compiling SwiftDiagnostics Message.swift
[86/162] Compiling SwiftBasicFormat Syntax+Extensions.swift
[87/162] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[88/162] Emitting module SwiftDiagnostics
[89/162] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[90/162] Compiling SwiftParser IncrementalParseTransition.swift
[91/162] Compiling SwiftParser IsValidIdentifier.swift
[92/162] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[93/162] Compiling SwiftParser Expressions.swift
[94/162] Compiling SwiftDiagnostics Note.swift
[95/162] Compiling SwiftBasicFormat InferIndentation.swift
[96/162] Compiling SwiftDiagnostics FixIt.swift
[97/162] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[98/162] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[100/163] Compiling SwiftBasicFormat BasicFormat.swift
[101/163] Emitting module SwiftBasicFormat
[103/162] Emitting module SwiftParser
[104/167] Compiling SwiftParser TokenSpec.swift
[105/167] Compiling SwiftParser TokenSpecSet.swift
[106/167] Compiling SwiftParser TopLevel.swift
[107/167] Compiling SwiftParser TriviaParser.swift
[108/167] Compiling SwiftParser Types.swift
[109/167] Compiling SwiftParser SwiftParserCompatibility.swift
[110/167] Compiling SwiftParser SwiftVersion.swift
[111/167] Compiling SwiftParser SyntaxUtils.swift
[112/167] Compiling SwiftParser TokenConsumer.swift
[113/167] Compiling SwiftParser TokenPrecedence.swift
[114/167] Compiling SwiftParser Modifiers.swift
[115/167] Compiling SwiftParser Names.swift
[116/167] Compiling SwiftParser Nominals.swift
[117/167] Compiling SwiftParser Parameters.swift
[118/167] Compiling SwiftParser ParseSourceFile.swift
[119/167] Compiling SwiftParser Parser.swift
[120/167] Compiling SwiftParser LexemeSequence.swift
[121/167] Compiling SwiftParser Lexer.swift
[122/167] Compiling SwiftParser RegexLiteralLexer.swift
[123/167] Compiling SwiftParser UnicodeScalarExtensions.swift
[124/167] Compiling SwiftParser Lookahead.swift
[125/167] Compiling SwiftParser LoopProgressCondition.swift
[126/167] Compiling SwiftParser Patterns.swift
[127/167] Compiling SwiftParser Recovery.swift
[128/167] Compiling SwiftParser Specifiers.swift
[129/167] Compiling SwiftParser Statements.swift
[130/167] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[131/167] Compiling SwiftParser StringLiterals.swift
[132/167] Compiling SwiftParser Attributes.swift
[133/167] Compiling SwiftParser Availability.swift
[134/167] Compiling SwiftParser CharacterInfo.swift
[135/167] Compiling SwiftParser CollectionNodes+Parsable.swift
[136/167] Compiling SwiftParser Declarations.swift
[137/167] Compiling SwiftParser Directives.swift
[142/167] Compiling SwiftParser Cursor.swift
[143/167] Compiling SwiftParser Lexeme.swift
[144/167] Compiling SwiftParser ExperimentalFeatures.swift
[145/167] Compiling SwiftParser IsLexerClassified.swift
[146/167] Compiling SwiftParser LayoutNodes+Parsable.swift
[147/167] Compiling SwiftParser Parser+TokenSpecSet.swift
[148/167] Compiling SwiftParser TokenSpecStaticMembers.swift
[150/190] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[151/191] Compiling SwiftOperators PrecedenceGroup.swift
[152/191] Compiling SwiftOperators OperatorTable.swift
[153/192] Compiling SwiftOperators PrecedenceGraph.swift
[154/192] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[155/192] Compiling SwiftOperators OperatorTable+Semantics.swift
[156/192] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[157/192] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[158/192] Compiling SwiftOperators OperatorTable+Folding.swift
[159/192] Compiling SwiftParserDiagnostics MissingNodesError.swift
[160/192] Compiling SwiftParserDiagnostics MissingTokenError.swift
[161/192] Compiling SwiftOperators SyntaxSynthesis.swift
[162/192] Emitting module SwiftOperators
[164/193] Emitting module SwiftParserDiagnostics
[165/192] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[166/192] Compiling SwiftParserDiagnostics Utils.swift
[167/192] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[168/192] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[169/192] Compiling SwiftParserDiagnostics PresenceUtils.swift
[174/192] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[175/192] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[177/207] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[178/207] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[179/208] Compiling SwiftSyntaxBuilder Indenter.swift
[180/208] Compiling SwiftSyntaxBuilder ListBuilder.swift
[181/208] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[182/208] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[183/208] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[184/208] Emitting module SwiftSyntaxBuilder
[185/208] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[186/208] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[187/208] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[188/208] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[189/208] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[190/208] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[191/208] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[192/208] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[194/225] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[195/225] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[196/227] Compiling SwiftSyntaxMacros Macro.swift
[197/227] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[198/227] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[199/227] Compiling SwiftSyntaxMacros Macro+Format.swift
[200/227] Compiling SwiftSyntaxMacros MemberMacro.swift
[201/227] Compiling SwiftSyntaxMacros PeerMacro.swift
[202/227] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[203/227] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[204/227] Compiling SwiftSyntaxMacros AccessorMacro.swift
[205/227] Compiling SwiftSyntaxMacros AttachedMacro.swift
[206/227] Compiling SwiftSyntaxMacros BodyMacro.swift
[207/227] Emitting module SwiftSyntaxMacros
[208/227] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[209/227] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[210/227] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[211/227] Compiling SwiftSyntaxMacros PreambleMacro.swift
[212/227] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[214/236] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[215/237] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[216/237] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[217/237] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[218/237] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[219/237] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[220/237] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[221/237] Emitting module SwiftSyntaxMacroExpansion
[222/237] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[223/237] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[225/249] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[226/249] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[227/250] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[228/250] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[229/250] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[230/250] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[231/250] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[232/250] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[233/250] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[234/250] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[235/250] Emitting module SwiftCompilerPluginMessageHandling
[236/250] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[237/250] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[239/252] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[240/252] Emitting module SwiftCompilerPlugin
[242/302] Compiling MacroToolkit IntegerLiteral.swift
[243/302] Compiling MacroToolkit LiteralProtocol.swift
[244/302] Compiling MacroToolkit MacroAttribute.swift
[245/302] Compiling MacroToolkit MemberType.swift
[246/302] Compiling MacroToolkit MetatypeType.swift
[247/302] Compiling MacroToolkit MissingType.swift
[248/302] Compiling MacroToolkit AccessLevel.swift
[249/308] Compiling MacroToolkit RegexLiteral.swift
[250/308] Compiling MacroToolkit RepresentableBySyntax.swift
[251/308] Compiling MacroToolkit SimpleType.swift
[252/308] Compiling MacroToolkit SomeOrAnyType.swift
[253/308] Compiling MacroToolkit String+Extensions.swift
[254/308] Compiling MacroToolkit StringLiteral.swift
[255/308] Compiling MacroToolkit SuppressedType.swift
[256/308] Compiling MacroToolkit ArrayType.swift
[257/308] Compiling MacroToolkit Attribute.swift
[258/308] Compiling MacroToolkit AttributeListElement.swift
[259/308] Compiling MacroToolkit BooleanLiteral.swift
[260/308] Compiling MacroToolkit ClassRestrictionType.swift
[261/308] Compiling MacroToolkit CompositionType.swift
[262/308] Compiling MacroToolkit ConditionalCompilationBlock.swift
[263/308] Compiling MacroToolkit DeclarationContextModifier.swift
[264/308] Compiling MacroToolkit ModifierProtocol.swift
[265/308] Compiling MacroToolkit NilLiteral.swift
[266/308] Compiling MacroToolkit OptionalType.swift
[267/308] Compiling MacroToolkit PackExpansionType.swift
[268/308] Compiling MacroToolkit PackReferenceType.swift
[269/308] Compiling MacroToolkit Property.swift
[270/308] Emitting module MacroToolkit
[271/308] Compiling MacroToolkit Decl.swift
[272/308] Compiling MacroToolkit Actor.swift
[273/308] Compiling MacroToolkit Class.swift
[274/308] Compiling MacroToolkit DeclGroup.swift
[275/308] Compiling MacroToolkit DeclGroupProtocol.swift
[276/308] Compiling MacroToolkit Enum.swift
[277/308] Compiling MacroToolkit Extension.swift
[278/308] Compiling MacroToolkit Expr.swift
[279/308] Compiling MacroToolkit ExprProtocol.swift
[280/308] Compiling MacroToolkit FloatLiteral.swift
[281/308] Compiling MacroToolkit Function.swift
[282/308] Compiling MacroToolkit FunctionParameter.swift
[283/308] Compiling MacroToolkit FunctionType.swift
[284/308] Compiling MacroToolkit ImplicitlyUnwrappedOptionalType.swift
[285/308] Compiling MacroToolkit Struct.swift
[286/308] Compiling MacroToolkit Destructuring.swift
[287/308] Compiling MacroToolkit Diagnostics.swift
[288/308] Compiling MacroToolkit DictionaryType.swift
[289/308] Compiling MacroToolkit EnumCase.swift
[290/308] Compiling MacroToolkit EnumCaseAssociatedValueParameter.swift
[291/308] Compiling MacroToolkit EnumCaseValue.swift
[292/308] Compiling MacroToolkit SwiftSyntax+Extensions.swift
[293/308] Compiling MacroToolkit TupleType.swift
[294/308] Compiling MacroToolkit Type.swift
[295/308] Compiling MacroToolkit TypeProtocol.swift
[296/308] Compiling MacroToolkit Variable.swift
[297/308] Compiling MacroToolkit VariableBinding.swift
[299/315] Compiling PugiSwiftMacros PugiSwiftMacros.swift
[300/315] Compiling PugiSwiftMacros SimpleTypeMacro.swift
[301/315] Compiling PugiSwiftMacros ComplexExtensionMacro.swift
[302/315] Compiling PugiSwiftMacros AttributeMacro.swift
[303/315] Compiling PugiSwiftMacros NodeMacro.swift
[304/315] Compiling PugiSwiftMacros ElementMacro.swift
[305/315] Emitting module PugiSwiftMacros
[306/315] Write Objects.LinkFileList
[307/315] Linking PugiSwiftMacros-tool
[309/344] Compiling PugiSwift AttributeProtocol.swift
[310/344] Compiling PugiSwift Array+XMLDecodable.swift
[311/344] Compiling PugiSwift Bool+XMLDecodable.swift
[312/344] Compiling PugiSwift Date+XMLDecodable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[313/348] Emitting module PugiSwift
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:13:17: error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
 12 |
 13 |     private var attribute: pugi.xml_attribute
    |                 `- error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 14 |
 15 |     internal init(attribute: pugi.xml_attribute) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:368:22: note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 366 |
 367 | 	// A light-weight handle for manipulating attributes in DOM tree
 368 | 	class PUGIXML_CLASS xml_attribute
     |                      `- note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 369 | 	{
 370 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
  7 |
  8 | import Foundation
  9 | import pugixml
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 10 |
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
/host/spi-builder-workspace/Sources/PugiSwift/XMLDocument.swift:8:18: error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 6 |     private var document = pugi.xml_document()
 7 |
 8 |     internal let node: pugi.xml_node
   |                  `- error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 9 |
10 |     public init(data: Data) throws(XMLError) {
   :
43 | }
44 |
45 | extension XMLDocument: _XMLNodeProtocol {
   |                        `- note: add '@preconcurrency' to the '_XMLNodeProtocol' conformance to defer isolation checking to run time
46 |
47 | }
/host/spi-builder-workspace/Sources/PugiSwift/XMLNodeProtocol.swift:57:9: note: requirement 'node' declared here
 55 | internal protocol _XMLNodeProtocol: XMLNodeProtocol {
 56 |
 57 |     var node: pugi.xml_node { get }
    |         `- note: requirement 'node' declared here
 58 |
 59 | }
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:13:18: error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
11 | public struct XMLNode: Sendable {
12 |
13 |     internal var node: pugi.xml_node
   |                  `- error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
14 |
15 |     internal init(node: pugi.xml_node) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:479:22: note: struct 'xml_node' does not conform to the 'Sendable' protocol
 477 |
 478 | 	// A light-weight handle for manipulating nodes in DOM tree
 479 | 	class PUGIXML_CLASS xml_node
     |                      `- note: struct 'xml_node' does not conform to the 'Sendable' protocol
 480 | 	{
 481 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLNode: Sendable {
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:13:17: error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
11 | public struct XMLText: Sendable, AttributeProtocol {
12 |
13 |     private let text: pugi.xml_text
   |                 `- error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
14 |
15 |     internal init(text: pugi.xml_text) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:748:22: note: struct 'xml_text' does not conform to the 'Sendable' protocol
 746 |
 747 | 	// A helper for working with text inside PCDATA nodes
 748 | 	class PUGIXML_CLASS xml_text
     |                      `- note: struct 'xml_text' does not conform to the 'Sendable' protocol
 749 | 	{
 750 | 		friend class xml_node;
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLText: Sendable, AttributeProtocol {
[314/348] Compiling PugiSwift FloatingResrictions.swift
[315/348] Compiling PugiSwift ListRestrictions.swift
[316/348] Compiling PugiSwift NumericRestrictions.swift
[317/348] Compiling PugiSwift RestrictionsProtocol.swift
[318/348] Compiling PugiSwift MacroDefinitions.swift
[319/348] Compiling PugiSwift XMLDecodable.swift
[320/348] Compiling PugiSwift XMLDecoderError.swift
[321/348] Compiling PugiSwift BinaryInteger+Extension.swift
[322/348] Compiling PugiSwift StringRestrictions.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:13:17: error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
 12 |
 13 |     private var attribute: pugi.xml_attribute
    |                 `- error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 14 |
 15 |     internal init(attribute: pugi.xml_attribute) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:368:22: note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 366 |
 367 | 	// A light-weight handle for manipulating attributes in DOM tree
 368 | 	class PUGIXML_CLASS xml_attribute
     |                      `- note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 369 | 	{
 370 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
  7 |
  8 | import Foundation
  9 | import pugixml
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 10 |
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
/host/spi-builder-workspace/Sources/PugiSwift/XMLDocument.swift:8:18: error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 6 |     private var document = pugi.xml_document()
 7 |
 8 |     internal let node: pugi.xml_node
   |                  `- error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 9 |
10 |     public init(data: Data) throws(XMLError) {
   :
43 | }
44 |
45 | extension XMLDocument: _XMLNodeProtocol {
   |                        `- note: add '@preconcurrency' to the '_XMLNodeProtocol' conformance to defer isolation checking to run time
46 |
47 | }
/host/spi-builder-workspace/Sources/PugiSwift/XMLNodeProtocol.swift:57:9: note: requirement 'node' declared here
 55 | internal protocol _XMLNodeProtocol: XMLNodeProtocol {
 56 |
 57 |     var node: pugi.xml_node { get }
    |         `- note: requirement 'node' declared here
 58 |
 59 | }
[323/348] Compiling PugiSwift XMLAttribute.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:13:17: error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
 12 |
 13 |     private var attribute: pugi.xml_attribute
    |                 `- error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 14 |
 15 |     internal init(attribute: pugi.xml_attribute) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:368:22: note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 366 |
 367 | 	// A light-weight handle for manipulating attributes in DOM tree
 368 | 	class PUGIXML_CLASS xml_attribute
     |                      `- note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 369 | 	{
 370 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
  7 |
  8 | import Foundation
  9 | import pugixml
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 10 |
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
/host/spi-builder-workspace/Sources/PugiSwift/XMLDocument.swift:8:18: error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 6 |     private var document = pugi.xml_document()
 7 |
 8 |     internal let node: pugi.xml_node
   |                  `- error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 9 |
10 |     public init(data: Data) throws(XMLError) {
   :
43 | }
44 |
45 | extension XMLDocument: _XMLNodeProtocol {
   |                        `- note: add '@preconcurrency' to the '_XMLNodeProtocol' conformance to defer isolation checking to run time
46 |
47 | }
/host/spi-builder-workspace/Sources/PugiSwift/XMLNodeProtocol.swift:57:9: note: requirement 'node' declared here
 55 | internal protocol _XMLNodeProtocol: XMLNodeProtocol {
 56 |
 57 |     var node: pugi.xml_node { get }
    |         `- note: requirement 'node' declared here
 58 |
 59 | }
[324/348] Compiling PugiSwift XMLDocument.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:13:17: error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
 12 |
 13 |     private var attribute: pugi.xml_attribute
    |                 `- error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 14 |
 15 |     internal init(attribute: pugi.xml_attribute) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:368:22: note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 366 |
 367 | 	// A light-weight handle for manipulating attributes in DOM tree
 368 | 	class PUGIXML_CLASS xml_attribute
     |                      `- note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 369 | 	{
 370 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
  7 |
  8 | import Foundation
  9 | import pugixml
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 10 |
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
/host/spi-builder-workspace/Sources/PugiSwift/XMLDocument.swift:8:18: error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 6 |     private var document = pugi.xml_document()
 7 |
 8 |     internal let node: pugi.xml_node
   |                  `- error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 9 |
10 |     public init(data: Data) throws(XMLError) {
   :
43 | }
44 |
45 | extension XMLDocument: _XMLNodeProtocol {
   |                        `- note: add '@preconcurrency' to the '_XMLNodeProtocol' conformance to defer isolation checking to run time
46 |
47 | }
/host/spi-builder-workspace/Sources/PugiSwift/XMLNodeProtocol.swift:57:9: note: requirement 'node' declared here
 55 | internal protocol _XMLNodeProtocol: XMLNodeProtocol {
 56 |
 57 |     var node: pugi.xml_node { get }
    |         `- note: requirement 'node' declared here
 58 |
 59 | }
[325/348] Compiling PugiSwift XMLError.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:13:17: error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
 12 |
 13 |     private var attribute: pugi.xml_attribute
    |                 `- error: stored property 'attribute' of 'Sendable'-conforming struct 'XMLAttribute' has non-sendable type 'pugi.xml_attribute'
 14 |
 15 |     internal init(attribute: pugi.xml_attribute) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:368:22: note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 366 |
 367 | 	// A light-weight handle for manipulating attributes in DOM tree
 368 | 	class PUGIXML_CLASS xml_attribute
     |                      `- note: struct 'xml_attribute' does not conform to the 'Sendable' protocol
 369 | 	{
 370 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLAttribute.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
  7 |
  8 | import Foundation
  9 | import pugixml
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 10 |
 11 | public struct XMLAttribute: Sendable, AttributeProtocol {
/host/spi-builder-workspace/Sources/PugiSwift/XMLDocument.swift:8:18: error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 6 |     private var document = pugi.xml_document()
 7 |
 8 |     internal let node: pugi.xml_node
   |                  `- error: actor-isolated property 'node' cannot be used to satisfy nonisolated requirement from protocol '_XMLNodeProtocol'
 9 |
10 |     public init(data: Data) throws(XMLError) {
   :
43 | }
44 |
45 | extension XMLDocument: _XMLNodeProtocol {
   |                        `- note: add '@preconcurrency' to the '_XMLNodeProtocol' conformance to defer isolation checking to run time
46 |
47 | }
/host/spi-builder-workspace/Sources/PugiSwift/XMLNodeProtocol.swift:57:9: note: requirement 'node' declared here
 55 | internal protocol _XMLNodeProtocol: XMLNodeProtocol {
 56 |
 57 |     var node: pugi.xml_node { get }
    |         `- note: requirement 'node' declared here
 58 |
 59 | }
[326/348] Compiling PugiSwift ListRestrictionError.swift
[327/348] Compiling PugiSwift NumericRestrictionsError.swift
[328/348] Compiling PugiSwift RestrictionsError.swift
[329/348] Compiling PugiSwift StringRestrictionsError.swift
[330/348] Compiling PugiSwift DateDecoding.swift
[331/348] Compiling PugiSwift Dictionary+XMLDecodable.swift
[332/348] Compiling PugiSwift Double+XMLDecodable.swift
[333/348] Compiling PugiSwift Float+XMLDecodable.swift
[334/348] Compiling PugiSwift Int+XMLDecodable.swift
[335/348] Compiling PugiSwift String+XMLDecodable.swift
[336/348] Compiling PugiSwift UInt+XMLDecodable.swift
[337/348] Compiling PugiSwift URL+XMLDecodable.swift
[338/348] Compiling PugiSwift XMLModifiableProtocol.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:13:18: error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
11 | public struct XMLNode: Sendable {
12 |
13 |     internal var node: pugi.xml_node
   |                  `- error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
14 |
15 |     internal init(node: pugi.xml_node) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:479:22: note: struct 'xml_node' does not conform to the 'Sendable' protocol
 477 |
 478 | 	// A light-weight handle for manipulating nodes in DOM tree
 479 | 	class PUGIXML_CLASS xml_node
     |                      `- note: struct 'xml_node' does not conform to the 'Sendable' protocol
 480 | 	{
 481 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLNode: Sendable {
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:13:17: error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
11 | public struct XMLText: Sendable, AttributeProtocol {
12 |
13 |     private let text: pugi.xml_text
   |                 `- error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
14 |
15 |     internal init(text: pugi.xml_text) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:748:22: note: struct 'xml_text' does not conform to the 'Sendable' protocol
 746 |
 747 | 	// A helper for working with text inside PCDATA nodes
 748 | 	class PUGIXML_CLASS xml_text
     |                      `- note: struct 'xml_text' does not conform to the 'Sendable' protocol
 749 | 	{
 750 | 		friend class xml_node;
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLText: Sendable, AttributeProtocol {
[339/348] Compiling PugiSwift XMLNode.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:13:18: error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
11 | public struct XMLNode: Sendable {
12 |
13 |     internal var node: pugi.xml_node
   |                  `- error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
14 |
15 |     internal init(node: pugi.xml_node) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:479:22: note: struct 'xml_node' does not conform to the 'Sendable' protocol
 477 |
 478 | 	// A light-weight handle for manipulating nodes in DOM tree
 479 | 	class PUGIXML_CLASS xml_node
     |                      `- note: struct 'xml_node' does not conform to the 'Sendable' protocol
 480 | 	{
 481 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLNode: Sendable {
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:13:17: error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
11 | public struct XMLText: Sendable, AttributeProtocol {
12 |
13 |     private let text: pugi.xml_text
   |                 `- error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
14 |
15 |     internal init(text: pugi.xml_text) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:748:22: note: struct 'xml_text' does not conform to the 'Sendable' protocol
 746 |
 747 | 	// A helper for working with text inside PCDATA nodes
 748 | 	class PUGIXML_CLASS xml_text
     |                      `- note: struct 'xml_text' does not conform to the 'Sendable' protocol
 749 | 	{
 750 | 		friend class xml_node;
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLText: Sendable, AttributeProtocol {
[340/348] Compiling PugiSwift XMLNodeProtocol.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:13:18: error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
11 | public struct XMLNode: Sendable {
12 |
13 |     internal var node: pugi.xml_node
   |                  `- error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
14 |
15 |     internal init(node: pugi.xml_node) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:479:22: note: struct 'xml_node' does not conform to the 'Sendable' protocol
 477 |
 478 | 	// A light-weight handle for manipulating nodes in DOM tree
 479 | 	class PUGIXML_CLASS xml_node
     |                      `- note: struct 'xml_node' does not conform to the 'Sendable' protocol
 480 | 	{
 481 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLNode: Sendable {
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:13:17: error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
11 | public struct XMLText: Sendable, AttributeProtocol {
12 |
13 |     private let text: pugi.xml_text
   |                 `- error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
14 |
15 |     internal init(text: pugi.xml_text) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:748:22: note: struct 'xml_text' does not conform to the 'Sendable' protocol
 746 |
 747 | 	// A helper for working with text inside PCDATA nodes
 748 | 	class PUGIXML_CLASS xml_text
     |                      `- note: struct 'xml_text' does not conform to the 'Sendable' protocol
 749 | 	{
 750 | 		friend class xml_node;
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLText: Sendable, AttributeProtocol {
[341/348] Compiling PugiSwift XMLText.swift
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:13:18: error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
11 | public struct XMLNode: Sendable {
12 |
13 |     internal var node: pugi.xml_node
   |                  `- error: stored property 'node' of 'Sendable'-conforming struct 'XMLNode' has non-sendable type 'pugi.xml_node'
14 |
15 |     internal init(node: pugi.xml_node) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:479:22: note: struct 'xml_node' does not conform to the 'Sendable' protocol
 477 |
 478 | 	// A light-weight handle for manipulating nodes in DOM tree
 479 | 	class PUGIXML_CLASS xml_node
     |                      `- note: struct 'xml_node' does not conform to the 'Sendable' protocol
 480 | 	{
 481 | 		friend class xml_attribute_iterator;
/host/spi-builder-workspace/Sources/PugiSwift/XMLNode.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLNode: Sendable {
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:13:17: error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
11 | public struct XMLText: Sendable, AttributeProtocol {
12 |
13 |     private let text: pugi.xml_text
   |                 `- error: stored property 'text' of 'Sendable'-conforming struct 'XMLText' has non-sendable type 'pugi.xml_text'
14 |
15 |     internal init(text: pugi.xml_text) {
/host/spi-builder-workspace/Sources/pugixml/include/pugixml.hpp:748:22: note: struct 'xml_text' does not conform to the 'Sendable' protocol
 746 |
 747 | 	// A helper for working with text inside PCDATA nodes
 748 | 	class PUGIXML_CLASS xml_text
     |                      `- note: struct 'xml_text' does not conform to the 'Sendable' protocol
 749 | 	{
 750 | 		friend class xml_node;
/host/spi-builder-workspace/Sources/PugiSwift/XMLText.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
 7 |
 8 | import Foundation
 9 | import pugixml
   | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module '__ObjC' as warnings
10 |
11 | public struct XMLText: Sendable, AttributeProtocol {
BUILD FAILURE 6.1 linux