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 0.4.1 (58c5ce), with Swift 6.1 for Linux on 30 Apr 2025 02:22:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 0.4.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/elihwyma/PugiSwift
 * tag               0.4.1      -> FETCH_HEAD
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 0.4.1
========================================
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-2":/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/stackotter/swift-macro-toolkit.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/869] Fetching swift-macro-toolkit
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (0.31s)
[1/70245] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.85s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.6.1 (7.54s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (3.89s)
Creating working copy for https://github.com/stackotter/swift-macro-toolkit.git
Working copy of https://github.com/stackotter/swift-macro-toolkit.git resolved at 0.6.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/47] Write sources
[19/47] Compiling _SwiftSyntaxCShims dummy.c
[20/47] Write swift-version-24593BA9C3E375BF.txt
[20/47] Compiling pugixml pugixml.cpp
[23/53] Emitting module SwiftSyntax509
[24/53] Compiling SwiftSyntax509 Empty.swift
[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 SyntaxNodeFactory.swift
[55/128] Compiling SwiftSyntax SyntaxNodeStructure.swift
[56/128] Compiling SwiftSyntax SyntaxProtocol.swift
[57/128] Compiling SwiftSyntax SyntaxText.swift
[58/128] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[59/128] Compiling SwiftSyntax TokenDiagnostic.swift
[60/128] Compiling SwiftSyntax TokenSequence.swift
[61/128] Compiling SwiftSyntax TokenSyntax.swift
[62/128] Compiling SwiftSyntax Trivia.swift
[63/128] Compiling SwiftSyntax SyntaxKind.swift
[64/128] Compiling SwiftSyntax SyntaxRewriter.swift
[65/128] Compiling SwiftSyntax SyntaxTraits.swift
[66/128] Compiling SwiftSyntax SyntaxVisitor.swift
[67/128] Compiling SwiftSyntax TokenKind.swift
[68/128] Compiling SwiftSyntax Tokens.swift
[69/128] Compiling SwiftSyntax TriviaPieces.swift
[70/128] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[71/128] Compiling SwiftSyntax RawSyntaxNodesC.swift
[72/128] Compiling SwiftSyntax RawSyntaxNodesD.swift
[73/128] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[74/128] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[75/128] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[76/128] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[77/128] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[78/128] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[79/128] Compiling SwiftSyntax RawSyntaxValidation.swift
[80/128] Compiling SwiftSyntax SyntaxNodesAB.swift
[81/128] Compiling SwiftSyntax Utils.swift
[82/128] Compiling SwiftSyntax ChildNameForKeyPath.swift
[83/128] Compiling SwiftSyntax Keyword.swift
[84/128] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[85/128] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[86/128] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[87/128] Compiling SwiftSyntax SyntaxBaseNodes.swift
[88/128] Compiling SwiftSyntax SyntaxCollections.swift
[89/128] Compiling SwiftSyntax SyntaxEnum.swift
[90/128] Compiling SwiftSyntax SourcePresence.swift
[91/128] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[92/128] Compiling SwiftSyntax Syntax.swift
[93/128] Compiling SwiftSyntax SyntaxArena.swift
[94/128] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[95/128] Compiling SwiftSyntax SyntaxChildren.swift
[96/128] Compiling SwiftSyntax SyntaxCollection.swift
[97/128] Compiling SwiftSyntax SyntaxHashable.swift
[98/128] Compiling SwiftSyntax SyntaxIdentifier.swift
[99/128] Compiling SwiftSyntax SyntaxNodesC.swift
[100/128] Compiling SwiftSyntax SyntaxNodesD.swift
[101/128] Compiling SwiftSyntax SyntaxNodesEF.swift
[102/128] Compiling SwiftSyntax SyntaxNodesGHI.swift
[103/128] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[104/128] Compiling SwiftSyntax SyntaxNodesOP.swift
[105/128] Compiling SwiftSyntax SyntaxNodesQRS.swift
[106/128] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[107/129] Wrapping AST for SwiftSyntax for debugging
[109/186] Compiling SwiftDiagnostics Message.swift
[110/187] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[111/187] Compiling SwiftBasicFormat Syntax+Extensions.swift
[112/187] Compiling SwiftParser CharacterInfo.swift
[113/187] Compiling SwiftParser CollectionNodes+Parsable.swift
[114/187] Emitting module SwiftDiagnostics
[115/187] Compiling SwiftParser Attributes.swift
[116/187] Compiling SwiftParser Availability.swift
[117/187] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[118/187] Compiling SwiftDiagnostics Note.swift
[119/187] Compiling SwiftBasicFormat InferIndentation.swift
[120/187] Compiling SwiftBasicFormat BasicFormat.swift
[121/187] Emitting module SwiftBasicFormat
[122/188] Compiling SwiftDiagnostics FixIt.swift
[123/188] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[125/188] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[126/188] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[127/189] Wrapping AST for SwiftBasicFormat for debugging
[128/189] Wrapping AST for SwiftDiagnostics for debugging
[130/189] Emitting module SwiftParser
[131/194] Compiling SwiftParser Modifiers.swift
[132/194] Compiling SwiftParser Names.swift
[133/194] Compiling SwiftParser Nominals.swift
[134/194] Compiling SwiftParser Parameters.swift
[135/194] Compiling SwiftParser ParseSourceFile.swift
[136/194] Compiling SwiftParser Parser.swift
[137/194] Compiling SwiftParser SwiftParserCompatibility.swift
[138/194] Compiling SwiftParser SwiftVersion.swift
[139/194] Compiling SwiftParser SyntaxUtils.swift
[140/194] Compiling SwiftParser TokenConsumer.swift
[141/194] Compiling SwiftParser TokenPrecedence.swift
[142/194] Compiling SwiftParser TokenSpec.swift
[143/194] Compiling SwiftParser TokenSpecSet.swift
[144/194] Compiling SwiftParser TopLevel.swift
[145/194] Compiling SwiftParser TriviaParser.swift
[146/194] Compiling SwiftParser Types.swift
[147/194] Compiling SwiftParser LexemeSequence.swift
[148/194] Compiling SwiftParser Lexer.swift
[149/194] Compiling SwiftParser RegexLiteralLexer.swift
[150/194] Compiling SwiftParser UnicodeScalarExtensions.swift
[151/194] Compiling SwiftParser Lookahead.swift
[152/194] Compiling SwiftParser LoopProgressCondition.swift
[153/194] Compiling SwiftParser Patterns.swift
[154/194] Compiling SwiftParser Recovery.swift
[155/194] Compiling SwiftParser Specifiers.swift
[156/194] Compiling SwiftParser Statements.swift
[157/194] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[158/194] Compiling SwiftParser StringLiterals.swift
[163/194] Compiling SwiftParser Declarations.swift
[164/194] Compiling SwiftParser Directives.swift
[165/194] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[166/194] Compiling SwiftParser Expressions.swift
[167/194] Compiling SwiftParser IncrementalParseTransition.swift
[168/194] Compiling SwiftParser IsValidIdentifier.swift
[169/194] Compiling SwiftParser Cursor.swift
[170/194] Compiling SwiftParser Lexeme.swift
[171/194] Compiling SwiftParser ExperimentalFeatures.swift
[172/194] Compiling SwiftParser IsLexerClassified.swift
[173/194] Compiling SwiftParser LayoutNodes+Parsable.swift
[174/194] Compiling SwiftParser Parser+TokenSpecSet.swift
[175/194] Compiling SwiftParser TokenSpecStaticMembers.swift
[176/195] Wrapping AST for SwiftParser for debugging
[178/218] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[179/219] Compiling SwiftOperators PrecedenceGroup.swift
[180/220] Compiling SwiftOperators OperatorTable.swift
[181/220] Compiling SwiftOperators PrecedenceGraph.swift
[182/220] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[183/220] Compiling SwiftOperators OperatorTable+Semantics.swift
[184/220] Compiling SwiftOperators SyntaxSynthesis.swift
[185/220] Compiling SwiftOperators OperatorTable+Folding.swift
[186/220] Compiling SwiftParserDiagnostics MissingNodesError.swift
[187/220] Compiling SwiftParserDiagnostics MissingTokenError.swift
[188/220] Emitting module SwiftOperators
[189/220] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[190/220] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[192/221] Emitting module SwiftParserDiagnostics
[194/221] Wrapping AST for SwiftOperators for debugging
[196/221] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[197/221] Compiling SwiftParserDiagnostics Utils.swift
[198/221] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[199/221] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[200/221] Compiling SwiftParserDiagnostics PresenceUtils.swift
[203/221] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[204/221] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[205/222] Wrapping AST for SwiftParserDiagnostics for debugging
[207/237] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[208/237] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[209/238] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[210/238] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[211/238] Compiling SwiftSyntaxBuilder Indenter.swift
[212/238] Compiling SwiftSyntaxBuilder ListBuilder.swift
[213/238] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[214/238] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[215/238] Emitting module SwiftSyntaxBuilder
[216/238] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[217/238] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[218/238] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[219/238] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[220/238] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[221/238] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[222/238] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[223/239] Wrapping AST for SwiftSyntaxBuilder for debugging
[225/256] Compiling SwiftSyntaxMacros Macro.swift
[226/256] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[227/258] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[228/258] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[229/258] Compiling SwiftSyntaxMacros AccessorMacro.swift
[230/258] Compiling SwiftSyntaxMacros AttachedMacro.swift
[231/258] Compiling SwiftSyntaxMacros BodyMacro.swift
[232/258] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[233/258] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[234/258] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[235/258] Compiling SwiftSyntaxMacros Macro+Format.swift
[236/258] Compiling SwiftSyntaxMacros MemberMacro.swift
[237/258] Compiling SwiftSyntaxMacros PeerMacro.swift
[238/258] 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] Emitting module SwiftSyntaxMacroExpansion
[249/269] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[250/269] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[251/269] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[252/269] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[253/269] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[254/269] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[255/269] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[256/270] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[258/282] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[259/282] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[260/283] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[261/283] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[262/283] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[263/283] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[264/283] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[265/283] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[266/283] Emitting module SwiftCompilerPluginMessageHandling
[267/283] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[268/283] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[269/283] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[270/283] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[271/284] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[273/286] Emitting module SwiftCompilerPlugin
[274/286] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[275/287] Wrapping AST for SwiftCompilerPlugin for debugging
[277/337] Compiling MacroToolkit RegexLiteral.swift
[278/337] Compiling MacroToolkit RepresentableBySyntax.swift
[279/337] Compiling MacroToolkit SimpleType.swift
[280/337] Compiling MacroToolkit SomeOrAnyType.swift
[281/337] Compiling MacroToolkit String+Extensions.swift
[282/337] Compiling MacroToolkit StringLiteral.swift
[283/337] Compiling MacroToolkit SuppressedType.swift
[284/337] Compiling MacroToolkit Expr.swift
[285/337] Compiling MacroToolkit ExprProtocol.swift
[286/337] Compiling MacroToolkit FloatLiteral.swift
[287/337] Compiling MacroToolkit Function.swift
[288/337] Compiling MacroToolkit FunctionParameter.swift
[289/337] Compiling MacroToolkit FunctionType.swift
[290/337] Compiling MacroToolkit ImplicitlyUnwrappedOptionalType.swift
[291/337] Compiling MacroToolkit DeclarationContextModifier.swift
[292/337] Compiling MacroToolkit ModifierProtocol.swift
[293/337] Compiling MacroToolkit NilLiteral.swift
[294/337] Compiling MacroToolkit OptionalType.swift
[295/337] Compiling MacroToolkit PackExpansionType.swift
[296/337] Compiling MacroToolkit PackReferenceType.swift
[297/337] Compiling MacroToolkit Property.swift
[298/337] Compiling MacroToolkit IntegerLiteral.swift
[299/337] Compiling MacroToolkit LiteralProtocol.swift
[300/337] Compiling MacroToolkit MacroAttribute.swift
[301/337] Compiling MacroToolkit MemberType.swift
[302/337] Compiling MacroToolkit MetatypeType.swift
[303/337] Compiling MacroToolkit MissingType.swift
[304/337] Compiling MacroToolkit AccessLevel.swift
[305/343] Compiling MacroToolkit Decl.swift
[306/343] Compiling MacroToolkit Actor.swift
[307/343] Compiling MacroToolkit Class.swift
[308/343] Compiling MacroToolkit DeclGroup.swift
[309/343] Compiling MacroToolkit DeclGroupProtocol.swift
[310/343] Compiling MacroToolkit Enum.swift
[311/343] Compiling MacroToolkit Extension.swift
[312/343] Emitting module MacroToolkit
[313/343] Compiling MacroToolkit Struct.swift
[314/343] Compiling MacroToolkit Destructuring.swift
[315/343] Compiling MacroToolkit Diagnostics.swift
[316/343] Compiling MacroToolkit DictionaryType.swift
[317/343] Compiling MacroToolkit EnumCase.swift
[318/343] Compiling MacroToolkit EnumCaseAssociatedValueParameter.swift
[319/343] Compiling MacroToolkit EnumCaseValue.swift
[320/343] Compiling MacroToolkit ArrayType.swift
[321/343] Compiling MacroToolkit Attribute.swift
[322/343] Compiling MacroToolkit AttributeListElement.swift
[323/343] Compiling MacroToolkit BooleanLiteral.swift
[324/343] Compiling MacroToolkit ClassRestrictionType.swift
[325/343] Compiling MacroToolkit CompositionType.swift
[326/343] Compiling MacroToolkit ConditionalCompilationBlock.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] Emitting module PugiSwiftMacros
[336/351] Compiling PugiSwiftMacros PugiSwiftMacros.swift
[337/351] Compiling PugiSwiftMacros SimpleTypeMacro.swift
[338/351] Compiling PugiSwiftMacros ElementMacro.swift
[339/351] Compiling PugiSwiftMacros ComplexExtensionMacro.swift
[340/351] Compiling PugiSwiftMacros NodeMacro.swift
[341/351] Compiling PugiSwiftMacros AttributeMacro.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
[350/385] Compiling PugiSwift ListRestrictionError.swift
[351/385] Compiling PugiSwift NumericRestrictionsError.swift
[352/385] Compiling PugiSwift RestrictionsError.swift
[353/385] Compiling PugiSwift StringRestrictionsError.swift
[354/385] Compiling PugiSwift MacroDefinitions.swift
[355/385] Compiling PugiSwift XMLDecodable.swift
[356/385] Compiling PugiSwift XMLDecoderError.swift
[357/385] Compiling PugiSwift BinaryInteger+Extension.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[358/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 {
[359/385] Compiling PugiSwift AttributeProtocol.swift
[360/385] Compiling PugiSwift Array+XMLDecodable.swift
[361/385] Compiling PugiSwift Bool+XMLDecodable.swift
[362/385] Compiling PugiSwift Date+XMLDecodable.swift
[363/385] Compiling PugiSwift DateDecoding.swift
[364/385] Compiling PugiSwift Dictionary+XMLDecodable.swift
[365/385] Compiling PugiSwift Double+XMLDecodable.swift
[366/385] Compiling PugiSwift Float+XMLDecodable.swift
[367/385] Compiling PugiSwift Int+XMLDecodable.swift
[368/385] Compiling PugiSwift String+XMLDecodable.swift
[369/385] Compiling PugiSwift UInt+XMLDecodable.swift
[370/385] Compiling PugiSwift URL+XMLDecodable.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;
/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;
/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;
/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;
/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-2":/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] Compiling SwiftSyntax600 Empty.swift
[4/32] Compiling SwiftSyntax509 Empty.swift
[5/32] Emitting module SwiftSyntax510
[6/32] Emitting module SwiftSyntax509
[7/34] Emitting module SwiftSyntax600
[11/96] Compiling SwiftSyntax RawSyntaxNodesD.swift
[12/96] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[13/96] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[14/96] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[15/96] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[16/96] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[17/96] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[18/96] Compiling SwiftSyntax RawSyntaxValidation.swift
[19/96] Compiling SwiftSyntax SyntaxNodesAB.swift
[20/96] Compiling SwiftSyntax AbsolutePosition.swift
[21/96] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[22/96] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[23/96] Compiling SwiftSyntax Assert.swift
[24/96] Compiling SwiftSyntax BumpPtrAllocator.swift
[25/96] Compiling SwiftSyntax CommonAncestor.swift
[26/96] Compiling SwiftSyntax Convenience.swift
[27/96] Compiling SwiftSyntax CustomTraits.swift
[28/96] Compiling SwiftSyntax Identifier.swift
[29/96] Compiling SwiftSyntax SyntaxKind.swift
[30/96] Compiling SwiftSyntax SyntaxRewriter.swift
[31/96] Compiling SwiftSyntax SyntaxTraits.swift
[32/96] Compiling SwiftSyntax SyntaxVisitor.swift
[33/96] Compiling SwiftSyntax TokenKind.swift
[34/96] Compiling SwiftSyntax Tokens.swift
[35/96] Compiling SwiftSyntax TriviaPieces.swift
[36/96] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[37/96] Compiling SwiftSyntax RawSyntaxNodesC.swift
[38/104] Compiling SwiftSyntax SourcePresence.swift
[39/104] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[40/104] Compiling SwiftSyntax Syntax.swift
[41/104] Compiling SwiftSyntax SyntaxArena.swift
[42/104] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[43/104] Compiling SwiftSyntax SyntaxChildren.swift
[44/104] Compiling SwiftSyntax SyntaxCollection.swift
[45/104] Compiling SwiftSyntax SyntaxHashable.swift
[46/104] Compiling SwiftSyntax SyntaxIdentifier.swift
[47/104] Emitting module SwiftSyntax
[48/104] Compiling SwiftSyntax SyntaxNodeFactory.swift
[49/104] Compiling SwiftSyntax SyntaxNodeStructure.swift
[50/104] Compiling SwiftSyntax SyntaxProtocol.swift
[51/104] Compiling SwiftSyntax SyntaxText.swift
[52/104] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[53/104] Compiling SwiftSyntax TokenDiagnostic.swift
[54/104] Compiling SwiftSyntax TokenSequence.swift
[55/104] Compiling SwiftSyntax TokenSyntax.swift
[56/104] Compiling SwiftSyntax Trivia.swift
[57/104] Compiling SwiftSyntax MemoryLayout.swift
[58/104] Compiling SwiftSyntax MissingNodeInitializers.swift
[59/104] Compiling SwiftSyntax RawSyntax.swift
[60/104] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[61/104] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[62/104] Compiling SwiftSyntax RawSyntaxTokenView.swift
[63/104] Compiling SwiftSyntax SourceEdit.swift
[64/104] Compiling SwiftSyntax SourceLength.swift
[65/104] Compiling SwiftSyntax SourceLocation.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/161] Compiling SwiftDiagnostics Message.swift
[85/162] Emitting module SwiftDiagnostics
[86/162] Compiling SwiftParser Attributes.swift
[87/162] Compiling SwiftParser Availability.swift
[88/162] Compiling SwiftParser CharacterInfo.swift
[89/162] Compiling SwiftParser CollectionNodes+Parsable.swift
[90/162] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[91/162] Compiling SwiftBasicFormat Syntax+Extensions.swift
[92/162] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[93/162] Compiling SwiftDiagnostics Note.swift
[94/162] Compiling SwiftDiagnostics FixIt.swift
[95/162] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[96/162] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[97/162] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[98/163] Compiling SwiftBasicFormat InferIndentation.swift
[100/162] Compiling SwiftParser SwiftParserCompatibility.swift
[101/162] Compiling SwiftParser SwiftVersion.swift
[102/162] Compiling SwiftParser SyntaxUtils.swift
[103/162] Compiling SwiftParser TokenConsumer.swift
[104/162] Compiling SwiftParser TokenPrecedence.swift
[105/167] Emitting module SwiftBasicFormat
[106/167] Compiling SwiftBasicFormat BasicFormat.swift
[108/167] Emitting module SwiftParser
[109/167] Compiling SwiftParser Modifiers.swift
[110/167] Compiling SwiftParser Names.swift
[111/167] Compiling SwiftParser Nominals.swift
[112/167] Compiling SwiftParser Parameters.swift
[113/167] Compiling SwiftParser ParseSourceFile.swift
[114/167] Compiling SwiftParser Parser.swift
[115/167] Compiling SwiftParser LexemeSequence.swift
[116/167] Compiling SwiftParser Lexer.swift
[117/167] Compiling SwiftParser RegexLiteralLexer.swift
[118/167] Compiling SwiftParser UnicodeScalarExtensions.swift
[119/167] Compiling SwiftParser Lookahead.swift
[120/167] Compiling SwiftParser LoopProgressCondition.swift
[121/167] Compiling SwiftParser Patterns.swift
[122/167] Compiling SwiftParser Recovery.swift
[123/167] Compiling SwiftParser Specifiers.swift
[124/167] Compiling SwiftParser Statements.swift
[125/167] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[126/167] Compiling SwiftParser StringLiterals.swift
[127/167] Compiling SwiftParser TokenSpec.swift
[128/167] Compiling SwiftParser TokenSpecSet.swift
[129/167] Compiling SwiftParser TopLevel.swift
[130/167] Compiling SwiftParser TriviaParser.swift
[131/167] Compiling SwiftParser Types.swift
[136/167] Compiling SwiftParser Declarations.swift
[137/167] Compiling SwiftParser Directives.swift
[138/167] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[139/167] Compiling SwiftParser Expressions.swift
[140/167] Compiling SwiftParser IncrementalParseTransition.swift
[141/167] Compiling SwiftParser IsValidIdentifier.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/192] Compiling SwiftOperators PrecedenceGraph.swift
[153/192] Compiling SwiftOperators OperatorTable.swift
[154/192] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[155/192] Emitting module SwiftOperators
[156/192] Compiling SwiftOperators OperatorTable+Semantics.swift
[157/192] Compiling SwiftOperators SyntaxSynthesis.swift
[158/192] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[159/192] Compiling SwiftParserDiagnostics PresenceUtils.swift
[160/192] Compiling SwiftOperators OperatorTable+Folding.swift
[161/192] Compiling SwiftOperators Operator.swift
[162/192] Compiling SwiftOperators OperatorError+Diagnostics.swift
[164/193] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[165/193] Compiling SwiftParserDiagnostics Utils.swift
[166/193] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[171/192] Compiling SwiftParserDiagnostics MissingNodesError.swift
[172/192] Compiling SwiftParserDiagnostics MissingTokenError.swift
[173/192] Emitting module SwiftParserDiagnostics
[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 Syntax+StringInterpolation.swift
[180/208] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[181/208] Compiling SwiftSyntaxBuilder Indenter.swift
[182/208] Compiling SwiftSyntaxBuilder ListBuilder.swift
[183/208] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[184/208] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[185/208] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[186/208] Emitting module SwiftSyntaxBuilder
[187/208] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[188/208] Compiling SwiftSyntaxBuilder BuildableNodes.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 Macro.swift
[195/225] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[196/227] Compiling SwiftSyntaxMacros AccessorMacro.swift
[197/227] Compiling SwiftSyntaxMacros AttachedMacro.swift
[198/227] Compiling SwiftSyntaxMacros BodyMacro.swift
[199/227] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[200/227] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[201/227] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[202/227] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[203/227] Compiling SwiftSyntaxMacros MemberMacro.swift
[204/227] Compiling SwiftSyntaxMacros PeerMacro.swift
[205/227] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[206/227] Compiling SwiftSyntaxMacros Macro+Format.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] Emitting module SwiftSyntaxMacroExpansion
[215/237] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[216/237] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[217/237] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[218/237] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[219/237] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[220/237] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[221/237] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[222/237] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[223/237] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[225/249] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[226/249] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[227/250] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[228/250] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[229/250] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[230/250] Emitting module SwiftCompilerPluginMessageHandling
[231/250] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[232/250] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[233/250] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[234/250] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[235/250] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[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 ArrayType.swift
[243/302] Compiling MacroToolkit Attribute.swift
[244/302] Compiling MacroToolkit AttributeListElement.swift
[245/302] Compiling MacroToolkit BooleanLiteral.swift
[246/302] Compiling MacroToolkit ClassRestrictionType.swift
[247/302] Compiling MacroToolkit CompositionType.swift
[248/302] Compiling MacroToolkit ConditionalCompilationBlock.swift
[249/302] Emitting module MacroToolkit
[250/308] Compiling MacroToolkit RegexLiteral.swift
[251/308] Compiling MacroToolkit RepresentableBySyntax.swift
[252/308] Compiling MacroToolkit SimpleType.swift
[253/308] Compiling MacroToolkit SomeOrAnyType.swift
[254/308] Compiling MacroToolkit String+Extensions.swift
[255/308] Compiling MacroToolkit StringLiteral.swift
[256/308] Compiling MacroToolkit SuppressedType.swift
[257/308] Compiling MacroToolkit IntegerLiteral.swift
[258/308] Compiling MacroToolkit LiteralProtocol.swift
[259/308] Compiling MacroToolkit MacroAttribute.swift
[260/308] Compiling MacroToolkit MemberType.swift
[261/308] Compiling MacroToolkit MetatypeType.swift
[262/308] Compiling MacroToolkit MissingType.swift
[263/308] Compiling MacroToolkit AccessLevel.swift
[264/308] Compiling MacroToolkit DeclarationContextModifier.swift
[265/308] Compiling MacroToolkit ModifierProtocol.swift
[266/308] Compiling MacroToolkit NilLiteral.swift
[267/308] Compiling MacroToolkit OptionalType.swift
[268/308] Compiling MacroToolkit PackExpansionType.swift
[269/308] Compiling MacroToolkit PackReferenceType.swift
[270/308] Compiling MacroToolkit Property.swift
[271/308] Compiling MacroToolkit Expr.swift
[272/308] Compiling MacroToolkit ExprProtocol.swift
[273/308] Compiling MacroToolkit FloatLiteral.swift
[274/308] Compiling MacroToolkit Function.swift
[275/308] Compiling MacroToolkit FunctionParameter.swift
[276/308] Compiling MacroToolkit FunctionType.swift
[277/308] Compiling MacroToolkit ImplicitlyUnwrappedOptionalType.swift
[278/308] Compiling MacroToolkit Decl.swift
[279/308] Compiling MacroToolkit Actor.swift
[280/308] Compiling MacroToolkit Class.swift
[281/308] Compiling MacroToolkit DeclGroup.swift
[282/308] Compiling MacroToolkit DeclGroupProtocol.swift
[283/308] Compiling MacroToolkit Enum.swift
[284/308] Compiling MacroToolkit Extension.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 ElementMacro.swift
[300/315] Emitting module PugiSwiftMacros
[301/315] Compiling PugiSwiftMacros AttributeMacro.swift
[302/315] Compiling PugiSwiftMacros ComplexExtensionMacro.swift
[303/315] Compiling PugiSwiftMacros PugiSwiftMacros.swift
[304/315] Compiling PugiSwiftMacros SimpleTypeMacro.swift
[305/315] Compiling PugiSwiftMacros NodeMacro.swift
[306/315] Write Objects.LinkFileList
[307/315] Linking PugiSwiftMacros-tool
[309/344] Compiling PugiSwift ListRestrictionError.swift
[310/344] Compiling PugiSwift NumericRestrictionsError.swift
[311/344] Compiling PugiSwift RestrictionsError.swift
[312/344] Compiling PugiSwift StringRestrictionsError.swift
[313/348] Compiling PugiSwift AttributeProtocol.swift
[314/348] Compiling PugiSwift Array+XMLDecodable.swift
[315/348] Compiling PugiSwift Bool+XMLDecodable.swift
[316/348] Compiling PugiSwift Date+XMLDecodable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[317/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 {
[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 FloatingResrictions.swift
[327/348] Compiling PugiSwift ListRestrictions.swift
[328/348] Compiling PugiSwift NumericRestrictions.swift
[329/348] Compiling PugiSwift RestrictionsProtocol.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