Build Information
Failed to build PugiSwift, reference main (58c5ce
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 02:22:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elihwyma/PugiSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elihwyma/PugiSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 58c5cea fix: unsafe build flags
Cloned https://github.com/elihwyma/PugiSwift.git
Revision (git rev-parse @):
58c5cea692b3f8463d56e8e1aeaf173ab778f1a0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/elihwyma/PugiSwift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/elihwyma/PugiSwift.git
https://github.com/elihwyma/PugiSwift.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/32] Write sources
[5/32] Write swiftxsd-entitlement.plist
[5/32] Write sources
[20/32] Write PugiSwiftDemo-entitlement.plist
[21/32] Compiling _SwiftSyntaxCShims dummy.c
[22/32] Write swift-version-2F0A5646E1D333AE.txt
[24/38] Emitting module SwiftSyntax600
[25/38] Compiling SwiftSyntax510 Empty.swift
[26/38] Compiling SwiftSyntax600 Empty.swift
[27/38] Emitting module SwiftSyntax510
[28/38] Emitting module SwiftSyntax509
[29/38] Compiling SwiftSyntax509 Empty.swift
[29/103] Compiling pugixml pugixml.cpp
[31/103] Compiling SwiftSyntax AbsolutePosition.swift
[32/103] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[33/103] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[34/103] Compiling SwiftSyntax Assert.swift
[35/103] Compiling SwiftSyntax BumpPtrAllocator.swift
[36/103] Compiling SwiftSyntax CommonAncestor.swift
[37/103] Compiling SwiftSyntax Convenience.swift
[38/103] Compiling SwiftSyntax CustomTraits.swift
[39/110] Compiling SwiftSyntax Identifier.swift
[40/110] Compiling SwiftSyntax MemoryLayout.swift
[41/110] Compiling SwiftSyntax MissingNodeInitializers.swift
[42/110] Compiling SwiftSyntax RawSyntax.swift
[43/110] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[44/110] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[45/110] Compiling SwiftSyntax RawSyntaxTokenView.swift
[46/110] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[47/110] Compiling SwiftSyntax SyntaxChildren.swift
[48/110] Compiling SwiftSyntax SyntaxCollection.swift
[49/110] Compiling SwiftSyntax SyntaxHashable.swift
[50/110] Compiling SwiftSyntax SyntaxIdentifier.swift
[51/110] Compiling SwiftSyntax SyntaxNodeFactory.swift
[52/110] Compiling SwiftSyntax SyntaxNodeStructure.swift
[53/110] Compiling SwiftSyntax SyntaxProtocol.swift
[54/110] Compiling SwiftSyntax SyntaxText.swift
[55/110] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[56/110] Compiling SwiftSyntax TokenDiagnostic.swift
[57/110] Compiling SwiftSyntax TokenSequence.swift
[58/110] Compiling SwiftSyntax TokenSyntax.swift
[59/110] Compiling SwiftSyntax Trivia.swift
[60/110] Emitting module SwiftSyntax
[61/110] Compiling SwiftSyntax SyntaxCollections.swift
[62/110] Compiling SwiftSyntax SyntaxEnum.swift
[63/110] Compiling SwiftSyntax SyntaxKind.swift
[64/110] Compiling SwiftSyntax SyntaxRewriter.swift
[65/110] Compiling SwiftSyntax SyntaxTraits.swift
[66/110] Compiling SwiftSyntax SyntaxVisitor.swift
[67/110] Compiling SwiftSyntax TokenKind.swift
[68/110] Compiling SwiftSyntax Tokens.swift
[69/110] Compiling SwiftSyntax TriviaPieces.swift
[70/110] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[71/110] Compiling SwiftSyntax RawSyntaxNodesC.swift
[72/110] Compiling SwiftSyntax RawSyntaxNodesD.swift
[73/110] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[74/110] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[75/110] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[76/110] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[77/110] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[78/110] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[79/110] Compiling SwiftSyntax RawSyntaxValidation.swift
[80/110] Compiling SwiftSyntax SyntaxNodesAB.swift
[81/110] Compiling SwiftSyntax SyntaxNodesC.swift
[82/110] Compiling SwiftSyntax SourceEdit.swift
[83/110] Compiling SwiftSyntax SourceLength.swift
[84/110] Compiling SwiftSyntax SourceLocation.swift
[85/110] Compiling SwiftSyntax SourcePresence.swift
[86/110] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[87/110] Compiling SwiftSyntax Syntax.swift
[88/110] Compiling SwiftSyntax SyntaxArena.swift
[89/110] Compiling SwiftSyntax Utils.swift
[90/110] Compiling SwiftSyntax ChildNameForKeyPath.swift
[91/110] Compiling SwiftSyntax Keyword.swift
[92/110] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[93/110] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[94/110] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[95/110] Compiling SwiftSyntax SyntaxBaseNodes.swift
[96/110] Compiling SwiftSyntax SyntaxNodesD.swift
[97/110] Compiling SwiftSyntax SyntaxNodesEF.swift
[98/110] Compiling SwiftSyntax SyntaxNodesGHI.swift
[99/110] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[100/110] Compiling SwiftSyntax SyntaxNodesOP.swift
[101/110] Compiling SwiftSyntax SyntaxNodesQRS.swift
[102/110] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[103/168] Compiling SwiftDiagnostics Message.swift
[104/169] Compiling SwiftDiagnostics Diagnostic.swift
[105/169] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[106/169] Compiling SwiftDiagnostics Note.swift
[107/169] Compiling SwiftBasicFormat InferIndentation.swift
[108/169] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[109/169] Compiling SwiftBasicFormat Syntax+Extensions.swift
[110/169] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[111/169] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[112/169] Compiling SwiftDiagnostics FixIt.swift
[113/169] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[114/169] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[115/169] Compiling SwiftDiagnostics Convenience.swift
[116/169] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[117/169] Emitting module SwiftDiagnostics
[118/169] Emitting module SwiftBasicFormat
[119/169] Compiling SwiftBasicFormat BasicFormat.swift
[120/169] Compiling SwiftParser UnicodeScalarExtensions.swift
[121/169] Compiling SwiftParser Lookahead.swift
[122/169] Compiling SwiftParser LoopProgressCondition.swift
[123/169] Compiling SwiftParser Modifiers.swift
[124/169] Compiling SwiftParser Names.swift
[125/173] Compiling SwiftParser TopLevel.swift
[126/173] Compiling SwiftParser TriviaParser.swift
[127/173] Compiling SwiftParser Types.swift
[128/173] Compiling SwiftParser ExperimentalFeatures.swift
[129/173] Compiling SwiftParser StringLiterals.swift
[130/173] Compiling SwiftParser SwiftParserCompatibility.swift
[131/173] Compiling SwiftParser SwiftVersion.swift
[132/173] Compiling SwiftParser SyntaxUtils.swift
[133/173] Compiling SwiftParser TokenConsumer.swift
[134/173] Compiling SwiftParser TokenPrecedence.swift
[135/173] Compiling SwiftParser TokenSpec.swift
[136/173] Compiling SwiftParser TokenSpecSet.swift
[137/173] Compiling SwiftParser Recovery.swift
[138/173] Compiling SwiftParser Specifiers.swift
[139/173] Compiling SwiftParser Statements.swift
[140/173] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[141/173] Compiling SwiftParser Nominals.swift
[142/173] Compiling SwiftParser Parameters.swift
[143/173] Compiling SwiftParser ParseSourceFile.swift
[144/173] Compiling SwiftParser Parser.swift
[145/173] Compiling SwiftParser Patterns.swift
[146/173] Compiling SwiftParser Directives.swift
[147/173] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[148/173] Compiling SwiftParser Expressions.swift
[149/173] Compiling SwiftParser IncrementalParseTransition.swift
[150/173] Compiling SwiftParser IsValidIdentifier.swift
[151/173] Emitting module SwiftParser
[152/173] Compiling SwiftParser Attributes.swift
[153/173] Compiling SwiftParser Availability.swift
[154/173] Compiling SwiftParser CharacterInfo.swift
[155/173] Compiling SwiftParser CollectionNodes+Parsable.swift
[156/173] Compiling SwiftParser Declarations.swift
[157/173] Compiling SwiftParser Cursor.swift
[158/173] Compiling SwiftParser Lexeme.swift
[159/173] Compiling SwiftParser LexemeSequence.swift
[160/173] Compiling SwiftParser Lexer.swift
[161/173] Compiling SwiftParser RegexLiteralLexer.swift
[162/173] Compiling SwiftParser IsLexerClassified.swift
[163/173] Compiling SwiftParser LayoutNodes+Parsable.swift
[164/173] Compiling SwiftParser Parser+TokenSpecSet.swift
[165/173] Compiling SwiftParser TokenSpecStaticMembers.swift
[166/196] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[167/197] Compiling SwiftOperators PrecedenceGroup.swift
[168/198] Compiling SwiftOperators OperatorTable.swift
[169/198] Compiling SwiftOperators OperatorError.swift
[170/198] Compiling SwiftOperators OperatorTable+Defaults.swift
[171/198] Compiling SwiftOperators OperatorTable+Folding.swift
[172/198] Compiling SwiftOperators OperatorError+Diagnostics.swift
[173/198] Compiling SwiftOperators OperatorTable+Semantics.swift
[174/198] Compiling SwiftOperators PrecedenceGraph.swift
[175/198] Compiling SwiftParserDiagnostics PresenceUtils.swift
[176/198] Emitting module SwiftOperators
[177/198] Compiling SwiftOperators Operator.swift
[178/198] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[179/198] Compiling SwiftOperators SyntaxSynthesis.swift
[180/198] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[181/198] Compiling SwiftParserDiagnostics Utils.swift
[182/198] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[183/198] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[184/198] Compiling SwiftParserDiagnostics MissingNodesError.swift
[185/198] Compiling SwiftParserDiagnostics MissingTokenError.swift
[186/198] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[187/198] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[188/198] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[189/198] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[190/198] Emitting module SwiftParserDiagnostics
[191/213] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[192/214] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[193/214] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[194/214] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[195/214] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[196/214] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[197/214] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[198/214] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[199/214] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[200/214] Compiling SwiftSyntaxBuilder Indenter.swift
[201/214] Compiling SwiftSyntaxBuilder ListBuilder.swift
[202/214] Emitting module SwiftSyntaxBuilder
[203/214] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[204/214] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[205/214] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[206/214] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[207/232] Compiling SwiftSyntaxMacros AttachedMacro.swift
[208/232] Compiling SwiftSyntaxMacros BodyMacro.swift
[209/232] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[210/232] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[211/232] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[212/232] Compiling SwiftSyntaxMacros Macro+Format.swift
[213/232] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[214/232] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[215/232] Compiling SwiftSyntaxMacros Macro.swift
[216/232] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[217/232] Compiling SwiftSyntaxMacros PreambleMacro.swift
[218/232] Compiling SwiftSyntaxMacros MemberMacro.swift
[219/232] Compiling SwiftSyntaxMacros PeerMacro.swift
[220/233] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[221/233] Compiling SwiftSyntaxMacros AccessorMacro.swift
[222/233] Emitting module SwiftSyntaxMacros
[223/233] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[224/233] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[225/233] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[226/243] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[227/243] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[228/243] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[229/243] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[230/243] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[231/243] Emitting module SwiftSyntaxMacroExpansion
[232/243] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[233/243] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[234/243] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[235/243] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[236/255] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[237/256] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[238/256] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[239/256] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[240/256] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[241/256] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[242/256] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[243/256] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[244/256] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[245/256] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[246/256] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[247/256] Emitting module SwiftCompilerPluginMessageHandling
[248/256] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[249/258] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[250/258] Emitting module SwiftCompilerPlugin
[251/309] Emitting module MacroToolkit
[252/314] Compiling MacroToolkit SomeOrAnyType.swift
[253/314] Compiling MacroToolkit String+Extensions.swift
[254/314] Compiling MacroToolkit StringLiteral.swift
[255/314] Compiling MacroToolkit SuppressedType.swift
[256/314] Compiling MacroToolkit SwiftSyntax+Extensions.swift
[257/314] Compiling MacroToolkit DeclarationContextModifier.swift
[258/314] Compiling MacroToolkit ModifierProtocol.swift
[259/314] Compiling MacroToolkit NilLiteral.swift
[260/314] Compiling MacroToolkit OptionalType.swift
[261/314] Compiling MacroToolkit PackExpansionType.swift
[262/314] Compiling MacroToolkit Function.swift
[263/314] Compiling MacroToolkit FunctionParameter.swift
[264/314] Compiling MacroToolkit FunctionType.swift
[265/314] Compiling MacroToolkit ImplicitlyUnwrappedOptionalType.swift
[266/314] Compiling MacroToolkit IntegerLiteral.swift
[267/314] Compiling MacroToolkit LiteralProtocol.swift
[268/314] Compiling MacroToolkit PackReferenceType.swift
[269/314] Compiling MacroToolkit Property.swift
[270/314] Compiling MacroToolkit RegexLiteral.swift
[271/314] Compiling MacroToolkit RepresentableBySyntax.swift
[272/314] Compiling MacroToolkit SimpleType.swift
[273/314] Compiling MacroToolkit TupleType.swift
[274/314] Compiling MacroToolkit Type.swift
[275/314] Compiling MacroToolkit TypeProtocol.swift
[276/314] Compiling MacroToolkit Variable.swift
[277/314] Compiling MacroToolkit VariableBinding.swift
[278/314] Compiling MacroToolkit ConditionalCompilationBlock.swift
[279/314] Compiling MacroToolkit Decl.swift
[280/314] Compiling MacroToolkit Actor.swift
[281/314] Compiling MacroToolkit Class.swift
[282/314] Compiling MacroToolkit DeclGroup.swift
[283/314] Compiling MacroToolkit DeclGroupProtocol.swift
[284/314] Compiling MacroToolkit Enum.swift
[285/314] Compiling MacroToolkit Extension.swift
[286/314] Compiling MacroToolkit Struct.swift
[287/314] Compiling MacroToolkit Destructuring.swift
[288/314] Compiling MacroToolkit Diagnostics.swift
[289/314] Compiling MacroToolkit DictionaryType.swift
[290/314] Compiling MacroToolkit EnumCase.swift
[291/314] Compiling MacroToolkit EnumCaseAssociatedValueParameter.swift
[292/314] Compiling MacroToolkit EnumCaseValue.swift
[293/314] Compiling MacroToolkit Expr.swift
[294/314] Compiling MacroToolkit ExprProtocol.swift
[295/314] Compiling MacroToolkit FloatLiteral.swift
[296/314] Compiling MacroToolkit MacroAttribute.swift
[297/314] Compiling MacroToolkit MemberType.swift
[298/314] Compiling MacroToolkit MetatypeType.swift
[299/314] Compiling MacroToolkit MissingType.swift
[300/314] Compiling MacroToolkit AccessLevel.swift
[301/314] Compiling MacroToolkit ArrayType.swift
[302/314] Compiling MacroToolkit Attribute.swift
[303/314] Compiling MacroToolkit AttributeListElement.swift
[304/314] Compiling MacroToolkit BooleanLiteral.swift
[305/314] Compiling MacroToolkit ClassRestrictionType.swift
[306/314] Compiling MacroToolkit CompositionType.swift
[307/321] Compiling PugiSwiftMacros SimpleTypeMacro.swift
[308/321] Compiling PugiSwiftMacros AttributeMacro.swift
[309/321] Compiling PugiSwiftMacros ElementMacro.swift
[310/321] Compiling PugiSwiftMacros NodeMacro.swift
[311/321] Compiling PugiSwiftMacros ComplexExtensionMacro.swift
[312/321] Compiling PugiSwiftMacros PugiSwiftMacros.swift
[313/321] Emitting module PugiSwiftMacros
[313/321] Write Objects.LinkFileList
[314/321] Linking PugiSwiftMacros-tool
error: emit-module command failed with exit code 1 (use -v to see invocation)
[316/351] Emitting module PugiSwift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
[317/354] Compiling PugiSwift XMLDecoderError.swift
[318/354] Compiling PugiSwift BinaryInteger+Extension.swift
[319/354] Compiling PugiSwift ListRestrictionError.swift
[320/354] Compiling PugiSwift AttributeProtocol.swift
[321/354] Compiling PugiSwift Array+XMLDecodable.swift
[322/354] Compiling PugiSwift Bool+XMLDecodable.swift
[323/354] Compiling PugiSwift Date+XMLDecodable.swift
[324/354] Compiling PugiSwift FloatingResrictions.swift
[325/354] Compiling PugiSwift ListRestrictions.swift
[326/354] Compiling PugiSwift NumericRestrictions.swift
[327/354] Compiling PugiSwift NumericRestrictionsError.swift
[328/354] Compiling PugiSwift RestrictionsError.swift
[329/354] Compiling PugiSwift StringRestrictionsError.swift
[330/354] Compiling PugiSwift URL+XMLDecodable.swift
[331/354] Compiling PugiSwift MacroDefinitions.swift
[332/354] Compiling PugiSwift XMLDecodable.swift
[333/354] Compiling PugiSwift Int+XMLDecodable.swift
[334/354] Compiling PugiSwift String+XMLDecodable.swift
[335/354] Compiling PugiSwift UInt+XMLDecodable.swift
[336/354] Compiling PugiSwift DateDecoding.swift
[337/354] Compiling PugiSwift Dictionary+XMLDecodable.swift
[338/354] Compiling PugiSwift Double+XMLDecodable.swift
[339/354] Compiling PugiSwift Float+XMLDecodable.swift
[340/354] Compiling PugiSwift XMLNode.swift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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/354] Compiling PugiSwift XMLNodeProtocol.swift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
[342/354] Compiling PugiSwift XMLText.swift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
[343/354] Compiling PugiSwift XMLDocument.swift
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
[344/354] Compiling PugiSwift XMLError.swift
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
[345/354] Compiling PugiSwift XMLModifiableProtocol.swift
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
[346/354] Compiling PugiSwift RestrictionsProtocol.swift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
[347/354] Compiling PugiSwift StringRestrictions.swift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
[348/354] Compiling PugiSwift XMLAttribute.swift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
Fetching https://github.com/stackotter/swift-macro-toolkit.git
Fetching https://github.com/swiftlang/swift-syntax.git from cache
[1/869] Fetching swift-macro-toolkit
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (0.81s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.09s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.6.1 (1.65s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.12s)
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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/9] Write swift-version-2F0A5646E1D333AE.txt
[2/15] Compiling SwiftSyntax509 Empty.swift
[3/15] Compiling SwiftSyntax510 Empty.swift
[4/15] Compiling SwiftSyntax600 Empty.swift
[5/15] Emitting module SwiftSyntax600
[6/15] Emitting module SwiftSyntax509
[7/15] Emitting module SwiftSyntax510
[8/80] Compiling SwiftSyntax AbsolutePosition.swift
[9/80] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[10/80] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[11/80] Compiling SwiftSyntax Assert.swift
[12/80] Compiling SwiftSyntax BumpPtrAllocator.swift
[13/80] Compiling SwiftSyntax CommonAncestor.swift
[14/80] Compiling SwiftSyntax Convenience.swift
[15/80] Compiling SwiftSyntax CustomTraits.swift
[16/87] Compiling SwiftSyntax SyntaxProtocol.swift
[17/87] Compiling SwiftSyntax SyntaxText.swift
[18/87] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[19/87] Compiling SwiftSyntax TokenDiagnostic.swift
[20/87] Compiling SwiftSyntax TokenSequence.swift
[21/87] Compiling SwiftSyntax TokenSyntax.swift
[22/87] Compiling SwiftSyntax Trivia.swift
[23/87] Compiling SwiftSyntax Identifier.swift
[24/87] Compiling SwiftSyntax MemoryLayout.swift
[25/87] Compiling SwiftSyntax MissingNodeInitializers.swift
[26/87] Compiling SwiftSyntax RawSyntax.swift
[27/87] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[28/87] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[29/87] Compiling SwiftSyntax RawSyntaxTokenView.swift
[30/87] Compiling SwiftSyntax SourceEdit.swift
[31/87] Compiling SwiftSyntax SourceLength.swift
[32/87] Compiling SwiftSyntax SourceLocation.swift
[33/87] Compiling SwiftSyntax SourcePresence.swift
[34/87] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[35/87] Compiling SwiftSyntax Syntax.swift
[36/87] Compiling SwiftSyntax SyntaxArena.swift
[37/87] Emitting module SwiftSyntax
[38/87] Compiling SwiftSyntax SyntaxCollections.swift
[39/87] Compiling SwiftSyntax SyntaxEnum.swift
[40/87] Compiling SwiftSyntax SyntaxKind.swift
[41/87] Compiling SwiftSyntax SyntaxRewriter.swift
[42/87] Compiling SwiftSyntax SyntaxTraits.swift
[43/87] Compiling SwiftSyntax SyntaxVisitor.swift
[44/87] Compiling SwiftSyntax TokenKind.swift
[45/87] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[46/87] Compiling SwiftSyntax SyntaxChildren.swift
[47/87] Compiling SwiftSyntax SyntaxCollection.swift
[48/87] Compiling SwiftSyntax SyntaxHashable.swift
[49/87] Compiling SwiftSyntax SyntaxIdentifier.swift
[50/87] Compiling SwiftSyntax SyntaxNodeFactory.swift
[51/87] Compiling SwiftSyntax SyntaxNodeStructure.swift
[52/87] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[53/87] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[54/87] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[55/87] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[56/87] Compiling SwiftSyntax RawSyntaxValidation.swift
[57/87] Compiling SwiftSyntax SyntaxNodesAB.swift
[58/87] Compiling SwiftSyntax SyntaxNodesC.swift
[59/87] Compiling SwiftSyntax SyntaxNodesD.swift
[60/87] Compiling SwiftSyntax SyntaxNodesEF.swift
[61/87] Compiling SwiftSyntax SyntaxNodesGHI.swift
[62/87] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[63/87] Compiling SwiftSyntax SyntaxNodesOP.swift
[64/87] Compiling SwiftSyntax SyntaxNodesQRS.swift
[65/87] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[66/87] Compiling SwiftSyntax Tokens.swift
[67/87] Compiling SwiftSyntax TriviaPieces.swift
[68/87] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[69/87] Compiling SwiftSyntax RawSyntaxNodesC.swift
[70/87] Compiling SwiftSyntax RawSyntaxNodesD.swift
[71/87] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[72/87] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[73/87] Compiling SwiftSyntax Utils.swift
[74/87] Compiling SwiftSyntax ChildNameForKeyPath.swift
[75/87] Compiling SwiftSyntax Keyword.swift
[76/87] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[77/87] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[78/87] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[79/87] Compiling SwiftSyntax SyntaxBaseNodes.swift
[80/145] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[81/145] Compiling SwiftDiagnostics Message.swift
[82/146] Compiling SwiftDiagnostics Convenience.swift
[83/146] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[84/146] Compiling SwiftBasicFormat Syntax+Extensions.swift
[85/146] Compiling SwiftDiagnostics Note.swift
[86/146] Compiling SwiftBasicFormat InferIndentation.swift
[87/146] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[88/146] Compiling SwiftDiagnostics FixIt.swift
[89/146] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[90/146] Compiling SwiftDiagnostics Diagnostic.swift
[91/146] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[92/146] Emitting module SwiftDiagnostics
[93/146] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[94/146] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[95/146] Compiling SwiftBasicFormat BasicFormat.swift
[96/146] Emitting module SwiftBasicFormat
[97/146] Compiling SwiftParser TokenConsumer.swift
[98/146] Compiling SwiftParser TokenPrecedence.swift
[99/146] Compiling SwiftParser TokenSpec.swift
[100/146] Compiling SwiftParser TokenSpecSet.swift
[101/150] Compiling SwiftParser StringLiterals.swift
[102/150] Compiling SwiftParser SwiftParserCompatibility.swift
[103/150] Compiling SwiftParser SwiftVersion.swift
[104/150] Compiling SwiftParser SyntaxUtils.swift
[105/150] Compiling SwiftParser TopLevel.swift
[106/150] Compiling SwiftParser TriviaParser.swift
[107/150] Compiling SwiftParser Types.swift
[108/150] Compiling SwiftParser ExperimentalFeatures.swift
[109/150] Compiling SwiftParser Recovery.swift
[110/150] Compiling SwiftParser Specifiers.swift
[111/150] Compiling SwiftParser Statements.swift
[112/150] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[113/150] Compiling SwiftParser Directives.swift
[114/150] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[115/150] Compiling SwiftParser Expressions.swift
[116/150] Compiling SwiftParser IncrementalParseTransition.swift
[117/150] Compiling SwiftParser IsValidIdentifier.swift
[118/150] Emitting module SwiftParser
[119/150] Compiling SwiftParser Nominals.swift
[120/150] Compiling SwiftParser Parameters.swift
[121/150] Compiling SwiftParser ParseSourceFile.swift
[122/150] Compiling SwiftParser Parser.swift
[123/150] Compiling SwiftParser Patterns.swift
[124/150] Compiling SwiftParser Cursor.swift
[125/150] Compiling SwiftParser Lexeme.swift
[126/150] Compiling SwiftParser LexemeSequence.swift
[127/150] Compiling SwiftParser Lexer.swift
[128/150] Compiling SwiftParser RegexLiteralLexer.swift
[129/150] Compiling SwiftParser UnicodeScalarExtensions.swift
[130/150] Compiling SwiftParser Lookahead.swift
[131/150] Compiling SwiftParser LoopProgressCondition.swift
[132/150] Compiling SwiftParser Modifiers.swift
[133/150] Compiling SwiftParser Names.swift
[134/150] Compiling SwiftParser Attributes.swift
[135/150] Compiling SwiftParser Availability.swift
[136/150] Compiling SwiftParser CharacterInfo.swift
[137/150] Compiling SwiftParser CollectionNodes+Parsable.swift
[138/150] Compiling SwiftParser Declarations.swift
[139/150] Compiling SwiftParser IsLexerClassified.swift
[140/150] Compiling SwiftParser LayoutNodes+Parsable.swift
[141/150] Compiling SwiftParser Parser+TokenSpecSet.swift
[142/150] Compiling SwiftParser TokenSpecStaticMembers.swift
[143/173] Compiling SwiftOperators OperatorTable.swift
[144/173] Compiling SwiftOperators PrecedenceGroup.swift
[145/173] Compiling SwiftOperators PrecedenceGraph.swift
[146/174] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[147/175] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[148/175] Compiling SwiftOperators OperatorTable+Semantics.swift
[149/175] Compiling SwiftOperators OperatorTable+Defaults.swift
[150/175] Compiling SwiftOperators OperatorError.swift
[151/175] Compiling SwiftOperators Operator.swift
[152/175] Compiling SwiftOperators OperatorError+Diagnostics.swift
[153/175] Emitting module SwiftOperators
[154/175] Compiling SwiftOperators OperatorTable+Folding.swift
[155/175] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[156/175] Compiling SwiftOperators SyntaxSynthesis.swift
[157/175] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[158/175] Compiling SwiftParserDiagnostics Utils.swift
[159/175] Compiling SwiftParserDiagnostics PresenceUtils.swift
[160/175] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[161/175] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[162/175] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[163/175] Emitting module SwiftParserDiagnostics
[164/175] Compiling SwiftParserDiagnostics MissingNodesError.swift
[165/175] Compiling SwiftParserDiagnostics MissingTokenError.swift
[166/175] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[167/175] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[168/190] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[169/190] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[170/190] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[171/190] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[172/190] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[173/190] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[174/191] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[175/191] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[176/191] Compiling SwiftSyntaxBuilder Indenter.swift
[177/191] Compiling SwiftSyntaxBuilder ListBuilder.swift
[178/191] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[179/191] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[180/191] Emitting module SwiftSyntaxBuilder
[181/191] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[182/191] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[183/191] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[184/209] Compiling SwiftSyntaxMacros PreambleMacro.swift
[185/210] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[186/210] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[187/210] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[188/210] Compiling SwiftSyntaxMacros Macro+Format.swift
[189/210] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[190/210] Compiling SwiftSyntaxMacros AccessorMacro.swift
[191/210] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[192/210] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[193/210] Compiling SwiftSyntaxMacros AttachedMacro.swift
[194/210] Compiling SwiftSyntaxMacros BodyMacro.swift
[195/210] Compiling SwiftSyntaxMacros Macro.swift
[196/210] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[197/210] Compiling SwiftSyntaxMacros MemberMacro.swift
[198/210] Compiling SwiftSyntaxMacros PeerMacro.swift
[199/210] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[200/210] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[201/210] Emitting module SwiftSyntaxMacros
[202/210] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[203/220] Emitting module SwiftSyntaxMacroExpansion
[204/220] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[205/220] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[206/220] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[207/220] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[208/220] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[209/220] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[210/220] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[211/220] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[212/220] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[213/232] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[214/233] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[215/233] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[216/233] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[217/233] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[218/233] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[219/233] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[220/233] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[221/233] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[222/233] Emitting module SwiftCompilerPluginMessageHandling
[223/233] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[224/233] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[225/233] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[226/235] Emitting module SwiftCompilerPlugin
[227/235] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[228/286] Compiling MacroToolkit DeclarationContextModifier.swift
[229/286] Compiling MacroToolkit ModifierProtocol.swift
[230/286] Compiling MacroToolkit NilLiteral.swift
[231/286] Compiling MacroToolkit OptionalType.swift
[232/286] Compiling MacroToolkit PackExpansionType.swift
[233/291] Compiling MacroToolkit ConditionalCompilationBlock.swift
[234/291] Compiling MacroToolkit Decl.swift
[235/291] Compiling MacroToolkit Actor.swift
[236/291] Compiling MacroToolkit Class.swift
[237/291] Compiling MacroToolkit DeclGroup.swift
[238/291] Compiling MacroToolkit DeclGroupProtocol.swift
[239/291] Compiling MacroToolkit Function.swift
[240/291] Compiling MacroToolkit FunctionParameter.swift
[241/291] Compiling MacroToolkit FunctionType.swift
[242/291] Compiling MacroToolkit ImplicitlyUnwrappedOptionalType.swift
[243/291] Compiling MacroToolkit IntegerLiteral.swift
[244/291] Compiling MacroToolkit LiteralProtocol.swift
[245/291] Compiling MacroToolkit MacroAttribute.swift
[246/291] Compiling MacroToolkit MemberType.swift
[247/291] Compiling MacroToolkit MetatypeType.swift
[248/291] Compiling MacroToolkit MissingType.swift
[249/291] Compiling MacroToolkit AccessLevel.swift
[250/291] Compiling MacroToolkit PackReferenceType.swift
[251/291] Compiling MacroToolkit Property.swift
[252/291] Compiling MacroToolkit RegexLiteral.swift
[253/291] Compiling MacroToolkit RepresentableBySyntax.swift
[254/291] Compiling MacroToolkit SimpleType.swift
[255/291] Emitting module MacroToolkit
[256/291] Compiling MacroToolkit ArrayType.swift
[257/291] Compiling MacroToolkit Attribute.swift
[258/291] Compiling MacroToolkit AttributeListElement.swift
[259/291] Compiling MacroToolkit BooleanLiteral.swift
[260/291] Compiling MacroToolkit ClassRestrictionType.swift
[261/291] Compiling MacroToolkit CompositionType.swift
[262/291] Compiling MacroToolkit SomeOrAnyType.swift
[263/291] Compiling MacroToolkit String+Extensions.swift
[264/291] Compiling MacroToolkit StringLiteral.swift
[265/291] Compiling MacroToolkit SuppressedType.swift
[266/291] Compiling MacroToolkit SwiftSyntax+Extensions.swift
[267/291] Compiling MacroToolkit EnumCase.swift
[268/291] Compiling MacroToolkit EnumCaseAssociatedValueParameter.swift
[269/291] Compiling MacroToolkit EnumCaseValue.swift
[270/291] Compiling MacroToolkit Expr.swift
[271/291] Compiling MacroToolkit ExprProtocol.swift
[272/291] Compiling MacroToolkit FloatLiteral.swift
[273/291] Compiling MacroToolkit Enum.swift
[274/291] Compiling MacroToolkit Extension.swift
[275/291] Compiling MacroToolkit Struct.swift
[276/291] Compiling MacroToolkit Destructuring.swift
[277/291] Compiling MacroToolkit Diagnostics.swift
[278/291] Compiling MacroToolkit DictionaryType.swift
[279/291] Compiling MacroToolkit TupleType.swift
[280/291] Compiling MacroToolkit Type.swift
[281/291] Compiling MacroToolkit TypeProtocol.swift
[282/291] Compiling MacroToolkit Variable.swift
[283/291] Compiling MacroToolkit VariableBinding.swift
[284/298] Compiling PugiSwiftMacros AttributeMacro.swift
[285/298] Compiling PugiSwiftMacros NodeMacro.swift
[286/298] Emitting module PugiSwiftMacros
[287/298] Compiling PugiSwiftMacros PugiSwiftMacros.swift
[288/298] Compiling PugiSwiftMacros SimpleTypeMacro.swift
[289/298] Compiling PugiSwiftMacros ElementMacro.swift
[290/298] Compiling PugiSwiftMacros ComplexExtensionMacro.swift
[290/297] Linking PugiSwiftMacros-tool
[292/327] Compiling PugiSwift DateDecoding.swift
[293/327] Compiling PugiSwift Dictionary+XMLDecodable.swift
[294/327] Compiling PugiSwift Double+XMLDecodable.swift
[295/327] Compiling PugiSwift Float+XMLDecodable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[296/330] Emitting module PugiSwift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
[297/330] Compiling PugiSwift FloatingResrictions.swift
[298/330] Compiling PugiSwift ListRestrictions.swift
[299/330] Compiling PugiSwift NumericRestrictions.swift
[300/330] Compiling PugiSwift XMLDocument.swift
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
[301/330] Compiling PugiSwift XMLError.swift
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
[302/330] Compiling PugiSwift XMLModifiableProtocol.swift
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
[303/330] Compiling PugiSwift AttributeProtocol.swift
[304/330] Compiling PugiSwift Array+XMLDecodable.swift
[305/330] Compiling PugiSwift Bool+XMLDecodable.swift
[306/330] Compiling PugiSwift Date+XMLDecodable.swift
[307/330] Compiling PugiSwift Int+XMLDecodable.swift
[308/330] Compiling PugiSwift String+XMLDecodable.swift
[309/330] Compiling PugiSwift UInt+XMLDecodable.swift
[310/330] Compiling PugiSwift XMLDecoderError.swift
[311/330] Compiling PugiSwift BinaryInteger+Extension.swift
[312/330] Compiling PugiSwift ListRestrictionError.swift
[313/330] Compiling PugiSwift NumericRestrictionsError.swift
[314/330] Compiling PugiSwift RestrictionsError.swift
[315/330] Compiling PugiSwift StringRestrictionsError.swift
[316/330] Compiling PugiSwift URL+XMLDecodable.swift
[317/330] Compiling PugiSwift MacroDefinitions.swift
[318/330] Compiling PugiSwift XMLDecodable.swift
[319/330] Compiling PugiSwift RestrictionsProtocol.swift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
[320/330] Compiling PugiSwift StringRestrictions.swift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
[321/330] Compiling PugiSwift XMLAttribute.swift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
[322/330] Compiling PugiSwift XMLNode.swift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
[323/330] Compiling PugiSwift XMLNodeProtocol.swift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
[324/330] Compiling PugiSwift XMLText.swift
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 {
/Users/admin/builder/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) {
/Users/admin/builder/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;
/Users/admin/builder/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 macosSpm